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.5.22
vault / meshtastic-protobufs / v2.5.22

meshtastic-protobufs @ v2.5.22

integrity

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

release notes

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.21...v2.5.22

download

unix · zip
curl -fL -o v2.5.22.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.22.zip
                    printf '%s  %s\n' '81bbac74b2e12e136a4803643946291f1f8aad73176b1ecc94bee3c8342e54fb' 'v2.5.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.22.zip"
$out = "v2.5.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81bbac74b2e12e136a4803643946291f1f8aad73176b1ecc94bee3c8342e54fb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.22.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.22.tar.gz
                    printf '%s  %s\n' 'd73afe01b4b6bf5865455e70700ee80dbff223ae938d4b54fded96c765676baf' 'v2.5.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.22.tar.gz"
$out = "v2.5.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d73afe01b4b6bf5865455e70700ee80dbff223ae938d4b54fded96c765676baf") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.22.zip
                    printf '%s  %s\n' '81bbac74b2e12e136a4803643946291f1f8aad73176b1ecc94bee3c8342e54fb' 'v2.5.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.22.zip"
$out = "v2.5.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81bbac74b2e12e136a4803643946291f1f8aad73176b1ecc94bee3c8342e54fb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.22.tar.gz
                    printf '%s  %s\n' 'd73afe01b4b6bf5865455e70700ee80dbff223ae938d4b54fded96c765676baf' 'v2.5.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.22.tar.gz"
$out = "v2.5.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d73afe01b4b6bf5865455e70700ee80dbff223ae938d4b54fded96c765676baf") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.22.zip zip 87.2 KiB
blake3-24 97dfbca754351ae43c2622f857f1728dcf458c2a0e6354cf
sha256 81bbac74b2e12e136a4803643946291f1f8aad73176b1ecc94bee3c8342e54fb
sha1 78a9db8aa061e6d3f54044dad589849368f3ba98
v2.5.22.tar.gz tar.gz 67.5 KiB
blake3-24 39d54999f64bfaa317a0cb19af17475d6fd46852c055fbe1
sha256 d73afe01b4b6bf5865455e70700ee80dbff223ae938d4b54fded96c765676baf
sha1 1d94006b360725ea47a0e606de518f75a673e960

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.22.tar.gz"],
    integrity = "sha256-1zr+AbS2v1hlRV5wcA7oDb/yI66TjUtU/e2Wx2Vna68=",
    strip_prefix = "meshtastic-protobufs-v2.5.22",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.22.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.22.tar.gz"],
    integrity = "sha256-1zr+AbS2v1hlRV5wcA7oDb/yI66TjUtU/e2Wx2Vna68=",
    strip_prefix = "meshtastic-protobufs-v2.5.22",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.22.tar.gz",
← v2.5.23v2.5.21 →