vault / meshtastic-protobufs / v2.5.16
meshtastic-protobufs @ v2.5.16
integrity
- size
- 85.2 KiB
- downloaded
- last checked
release notes
What's Changed
- add Routastic hardware model by @Jorropo in https://github.com/meshtastic/protobufs/pull/628
New Contributors
- @Jorropo made their first contribution in https://github.com/meshtastic/protobufs/pull/628
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.15...v2.5.16
download
unix · zip
curl -fL -o v2.5.16.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.16.zip
printf '%s %s\n' 'b38ae3ef3f0c6234a03f066bb787be0ac56b13657e42f1e76faa03fb3e4dc213' 'v2.5.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.16.zip"
$out = "v2.5.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b38ae3ef3f0c6234a03f066bb787be0ac56b13657e42f1e76faa03fb3e4dc213") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.16.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.16.tar.gz
printf '%s %s\n' '39b982f193af87965bf95708ae3f51ff70f7cae1b0942e866ddc99783656f810' 'v2.5.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.16.tar.gz"
$out = "v2.5.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39b982f193af87965bf95708ae3f51ff70f7cae1b0942e866ddc99783656f810") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.16.zip
printf '%s %s\n' 'b38ae3ef3f0c6234a03f066bb787be0ac56b13657e42f1e76faa03fb3e4dc213' 'v2.5.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.16.zip"
$out = "v2.5.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b38ae3ef3f0c6234a03f066bb787be0ac56b13657e42f1e76faa03fb3e4dc213") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.16.tar.gz
printf '%s %s\n' '39b982f193af87965bf95708ae3f51ff70f7cae1b0942e866ddc99783656f810' 'v2.5.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.16.tar.gz"
$out = "v2.5.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39b982f193af87965bf95708ae3f51ff70f7cae1b0942e866ddc99783656f810") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.16.zip | zip | 86.5 KiB |
blake3-24 76841a9a8974254e2ecc839f10f5572ed4aa6d1e4b1a77c0
sha256 b38ae3ef3f0c6234a03f066bb787be0ac56b13657e42f1e76faa03fb3e4dc213
sha1 f339da6f5f00d785c863fa6a437410d6f900edb3
|
| v2.5.16.tar.gz | tar.gz | 66.8 KiB |
blake3-24 7c8333d0eea95db1ba862dd48cd75a54d3cba0a8200cc62a
sha256 39b982f193af87965bf95708ae3f51ff70f7cae1b0942e866ddc99783656f810
sha1 4760584d03bfb8354c41712542085a9bd8963631
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.16.tar.gz"],
integrity = "sha256-ObmC8ZOvh5Zb+VcIrj9R/3D3yuGwlC6GbdyZeDZW+BA=",
strip_prefix = "meshtastic-protobufs-v2.5.16",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.16.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.16.tar.gz"],
integrity = "sha256-ObmC8ZOvh5Zb+VcIrj9R/3D3yuGwlC6GbdyZeDZW+BA=",
strip_prefix = "meshtastic-protobufs-v2.5.16",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.16.tar.gz",