vault / meshtastic-protobufs / v2.6.0
meshtastic-protobufs @ v2.6.0
integrity
- size
- 86.1 KiB
- downloaded
- last checked
release notes
What's Changed
- Mqtt shrink by @thebentern in https://github.com/meshtastic/protobufs/pull/650
- Map related persistent MUI data by @mverch67 in https://github.com/meshtastic/protobufs/pull/652
- 2.6 changes by @thebentern in https://github.com/meshtastic/protobufs/pull/645
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.23...v2.6.0
download
unix · zip
curl -fL -o v2.6.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.0.zip
printf '%s %s\n' '3446d0bbb24f9b233691f5dd2664a4fddda2e4fd6073eb93166f7589798d81fe' 'v2.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.0.zip"
$out = "v2.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3446d0bbb24f9b233691f5dd2664a4fddda2e4fd6073eb93166f7589798d81fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.0.tar.gz
printf '%s %s\n' '6ee1d4c4b37656ddcc319277887e9907c8091986d8549ac4fe248a3143edc780' 'v2.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.0.tar.gz"
$out = "v2.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6ee1d4c4b37656ddcc319277887e9907c8091986d8549ac4fe248a3143edc780") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.0.zip
printf '%s %s\n' '3446d0bbb24f9b233691f5dd2664a4fddda2e4fd6073eb93166f7589798d81fe' 'v2.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.0.zip"
$out = "v2.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3446d0bbb24f9b233691f5dd2664a4fddda2e4fd6073eb93166f7589798d81fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.0.tar.gz
printf '%s %s\n' '6ee1d4c4b37656ddcc319277887e9907c8091986d8549ac4fe248a3143edc780' 'v2.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.0.tar.gz"
$out = "v2.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6ee1d4c4b37656ddcc319277887e9907c8091986d8549ac4fe248a3143edc780") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.0.zip | zip | 87.5 KiB |
blake3-24 e4d738b53b8d927c73f6c36a5caccb94d1bdeadc830b980c
sha256 3446d0bbb24f9b233691f5dd2664a4fddda2e4fd6073eb93166f7589798d81fe
sha1 9834fc735bb3304bb01ba787bb9253eb2f794867
|
| v2.6.0.tar.gz | tar.gz | 67.9 KiB |
blake3-24 e537c30abe9c9e2c7e095f03b463bf6d9c64bc170c6010a2
sha256 6ee1d4c4b37656ddcc319277887e9907c8091986d8549ac4fe248a3143edc780
sha1 dd82f60a0b6e3e975b35e2044e76ff1f22e29920
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.0.tar.gz"],
integrity = "sha256-buHUxLN2Vt3MMZJ3iH6ZB8gJGYbYVJrE/iSKMUPtx4A=",
strip_prefix = "meshtastic-protobufs-v2.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.0.tar.gz"],
integrity = "sha256-buHUxLN2Vt3MMZJ3iH6ZB8gJGYbYVJrE/iSKMUPtx4A=",
strip_prefix = "meshtastic-protobufs-v2.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.0.tar.gz",