vault / meshtastic-protobufs / v2.1.10
meshtastic-protobufs @ v2.1.10
integrity
- size
- 64.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Add waypoint to device state for display on screen by @thebentern in https://github.com/meshtastic/protobufs/pull/342
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.9...v2.1.10
download
unix · zip
curl -fL -o v2.1.10.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.10.zip
printf '%s %s\n' '37ffa553da879fabf327625f302d7a0e4ef5621c8479cbe671ef6fa35202080f' 'v2.1.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.10.zip"
$out = "v2.1.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37ffa553da879fabf327625f302d7a0e4ef5621c8479cbe671ef6fa35202080f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.10.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.10.tar.gz
printf '%s %s\n' 'c5d6363bad23314ca1861ad8740637596cc10f8eb6cb41728515003349e25ef6' 'v2.1.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.10.tar.gz"
$out = "v2.1.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c5d6363bad23314ca1861ad8740637596cc10f8eb6cb41728515003349e25ef6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.10.zip
printf '%s %s\n' '37ffa553da879fabf327625f302d7a0e4ef5621c8479cbe671ef6fa35202080f' 'v2.1.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.10.zip"
$out = "v2.1.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37ffa553da879fabf327625f302d7a0e4ef5621c8479cbe671ef6fa35202080f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.10.tar.gz
printf '%s %s\n' 'c5d6363bad23314ca1861ad8740637596cc10f8eb6cb41728515003349e25ef6' 'v2.1.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.10.tar.gz"
$out = "v2.1.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c5d6363bad23314ca1861ad8740637596cc10f8eb6cb41728515003349e25ef6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.10.zip | zip | 65.0 KiB |
blake3-24 1be8f5b6c003f76f18aaad69fff69a94712f1aff0b0b284c
sha256 37ffa553da879fabf327625f302d7a0e4ef5621c8479cbe671ef6fa35202080f
sha1 3335a06629591b3629869cf5af8e5235764909e9
|
| v2.1.10.tar.gz | tar.gz | 48.7 KiB |
blake3-24 dff0207027b0ea191fd917b6632aef3ea2241f74523193f8
sha256 c5d6363bad23314ca1861ad8740637596cc10f8eb6cb41728515003349e25ef6
sha1 9bc78dad2ad69200653680e4a190ef5e10550c92
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.10.tar.gz"],
integrity = "sha256-xdY2O60jMUyhhhrYdAY3WWzBD462y0FyhRUAM0niXvY=",
strip_prefix = "meshtastic-protobufs-v2.1.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.10.tar.gz"],
integrity = "sha256-xdY2O60jMUyhhhrYdAY3WWzBD462y0FyhRUAM0niXvY=",
strip_prefix = "meshtastic-protobufs-v2.1.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.10.tar.gz",