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

meshtastic-protobufs @ v2.1.16

integrity

size
65.9 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.15...v2.1.16

download

unix · zip
curl -fL -o v2.1.16.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.16.zip
                    printf '%s  %s\n' '60b376d74309759643cc2fb262593a7399739fcf5682134bed5490fc66036e41' 'v2.1.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.16.zip"
$out = "v2.1.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60b376d74309759643cc2fb262593a7399739fcf5682134bed5490fc66036e41") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.16.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.16.tar.gz
                    printf '%s  %s\n' '9b9f09dfcad60bf1f6f42da747be38e0ff10d779f731f71314936743015fea89' 'v2.1.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.16.tar.gz"
$out = "v2.1.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9b9f09dfcad60bf1f6f42da747be38e0ff10d779f731f71314936743015fea89") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.16.zip
                    printf '%s  %s\n' '60b376d74309759643cc2fb262593a7399739fcf5682134bed5490fc66036e41' 'v2.1.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.16.zip"
$out = "v2.1.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60b376d74309759643cc2fb262593a7399739fcf5682134bed5490fc66036e41") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.16.tar.gz
                    printf '%s  %s\n' '9b9f09dfcad60bf1f6f42da747be38e0ff10d779f731f71314936743015fea89' 'v2.1.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.16.tar.gz"
$out = "v2.1.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9b9f09dfcad60bf1f6f42da747be38e0ff10d779f731f71314936743015fea89") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.16.zip zip 66.8 KiB
blake3-24 aac1f33d8b5baa0c3370cc64f373bbb44dc124774a5dc4f7
sha256 60b376d74309759643cc2fb262593a7399739fcf5682134bed5490fc66036e41
sha1 5aebe6ce7bd961e663f0085c459051e26f179773
v2.1.16.tar.gz tar.gz 50.1 KiB
blake3-24 22725900ddfae8ffbf751f7cb0cac269006d180e67d0ba05
sha256 9b9f09dfcad60bf1f6f42da747be38e0ff10d779f731f71314936743015fea89
sha1 509ae05577759765d4e8765908a68e391d834fd3

install

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