yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-protobufs/v2.3.8
vault / meshtastic-protobufs / v2.3.8

meshtastic-protobufs @ v2.3.8

integrity

size
74.5 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.7...v2.3.8

download

unix · zip
curl -fL -o v2.3.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.8.zip
                    printf '%s  %s\n' '15efc97250ca13b468b249ff0e8425d0d3260d404ebe55eb3d71a1efb71cba60' 'v2.3.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.8.zip"
$out = "v2.3.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15efc97250ca13b468b249ff0e8425d0d3260d404ebe55eb3d71a1efb71cba60") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.8.tar.gz
                    printf '%s  %s\n' '807a305f11a9edc16e16cc7d4af9ef4265b5712a6d06803521578a5fc990d40e' 'v2.3.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.8.tar.gz"
$out = "v2.3.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "807a305f11a9edc16e16cc7d4af9ef4265b5712a6d06803521578a5fc990d40e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.8.zip
                    printf '%s  %s\n' '15efc97250ca13b468b249ff0e8425d0d3260d404ebe55eb3d71a1efb71cba60' 'v2.3.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.8.zip"
$out = "v2.3.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15efc97250ca13b468b249ff0e8425d0d3260d404ebe55eb3d71a1efb71cba60") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.8.tar.gz
                    printf '%s  %s\n' '807a305f11a9edc16e16cc7d4af9ef4265b5712a6d06803521578a5fc990d40e' 'v2.3.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.8.tar.gz"
$out = "v2.3.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "807a305f11a9edc16e16cc7d4af9ef4265b5712a6d06803521578a5fc990d40e") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.8.zip zip 75.7 KiB
blake3-24 25c445c52a56121447643ce507c7a16ef0b262e3d2f6aa8c
sha256 15efc97250ca13b468b249ff0e8425d0d3260d404ebe55eb3d71a1efb71cba60
sha1 4b00d53a801ee4a90181ecb8e2bc06a364d5e305
v2.3.8.tar.gz tar.gz 58.0 KiB
blake3-24 9dc2d0b974398b0d504c736cc8a8950eaf18b163e10cf60e
sha256 807a305f11a9edc16e16cc7d4af9ef4265b5712a6d06803521578a5fc990d40e
sha1 27c7753a14a0406f9f082a077044eb2c89d55350

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.8.tar.gz"],
    integrity = "sha256-gHowXxGp7cFuFsx9SvnvQmW1cSptBoA1IVeKX8mQ1A4=",
    strip_prefix = "meshtastic-protobufs-v2.3.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.8.tar.gz"],
    integrity = "sha256-gHowXxGp7cFuFsx9SvnvQmW1cSptBoA1IVeKX8mQ1A4=",
    strip_prefix = "meshtastic-protobufs-v2.3.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.8.tar.gz",
← v2.3.9v2.3.7 →