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

meshtastic-protobufs @ v2.1.23

integrity

size
66.7 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.1.22...v2.1.23

download

unix · zip
curl -fL -o v2.1.23.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.23.zip
                    printf '%s  %s\n' '13eb29f58e269facdebd626dc4c392a0b4239f837b9f1385c90a36b50b1f99ac' 'v2.1.23.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.23.zip"
$out = "v2.1.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13eb29f58e269facdebd626dc4c392a0b4239f837b9f1385c90a36b50b1f99ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.23.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.23.tar.gz
                    printf '%s  %s\n' '87895675de339d551281bf797c7daff371cf2b3192c06e9174966086252aa00c' 'v2.1.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.23.tar.gz"
$out = "v2.1.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87895675de339d551281bf797c7daff371cf2b3192c06e9174966086252aa00c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.23.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.23.zip
                    printf '%s  %s\n' '13eb29f58e269facdebd626dc4c392a0b4239f837b9f1385c90a36b50b1f99ac' 'v2.1.23.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.23.zip"
$out = "v2.1.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13eb29f58e269facdebd626dc4c392a0b4239f837b9f1385c90a36b50b1f99ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.23.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.23.tar.gz
                    printf '%s  %s\n' '87895675de339d551281bf797c7daff371cf2b3192c06e9174966086252aa00c' 'v2.1.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.23.tar.gz"
$out = "v2.1.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87895675de339d551281bf797c7daff371cf2b3192c06e9174966086252aa00c") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.23.zip zip 67.6 KiB
blake3-24 0cd0a55f64f464009f7e6e3628139a928a36286ef6cdaa81
sha256 13eb29f58e269facdebd626dc4c392a0b4239f837b9f1385c90a36b50b1f99ac
sha1 6639519b6d8545c46630c5f438ff79683f62ce95
v2.1.23.tar.gz tar.gz 50.8 KiB
blake3-24 14552b9dcb49e221ca9261003da2d3d0e0edf1ea4826b271
sha256 87895675de339d551281bf797c7daff371cf2b3192c06e9174966086252aa00c
sha1 814bc62aa6ae83a6829e62b079d6762ef3640017

install

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