vault / meshtastic-protobufs / v2.5.18
meshtastic-protobufs @ v2.5.18
integrity
- size
- 85.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Add the ROUTER_LATE role & supporting fields by @erayd in https://github.com/meshtastic/protobufs/pull/632
New Contributors
- @erayd made their first contribution in https://github.com/meshtastic/protobufs/pull/632
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.17...v2.5.18
download
unix · zip
curl -fL -o v2.5.18.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.18.zip
printf '%s %s\n' '9df10dc0c021b18c1f1a3a3e706e5543214ddb2fef6142d7af17517e43e5ab9c' 'v2.5.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.18.zip"
$out = "v2.5.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9df10dc0c021b18c1f1a3a3e706e5543214ddb2fef6142d7af17517e43e5ab9c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.18.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.18.tar.gz
printf '%s %s\n' '8028ee69299df2d97d65ef53f41df994075430ee5f3a7e363f0018430cd18c93' 'v2.5.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.18.tar.gz"
$out = "v2.5.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8028ee69299df2d97d65ef53f41df994075430ee5f3a7e363f0018430cd18c93") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.18.zip
printf '%s %s\n' '9df10dc0c021b18c1f1a3a3e706e5543214ddb2fef6142d7af17517e43e5ab9c' 'v2.5.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.18.zip"
$out = "v2.5.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9df10dc0c021b18c1f1a3a3e706e5543214ddb2fef6142d7af17517e43e5ab9c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.18.tar.gz
printf '%s %s\n' '8028ee69299df2d97d65ef53f41df994075430ee5f3a7e363f0018430cd18c93' 'v2.5.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.18.tar.gz"
$out = "v2.5.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8028ee69299df2d97d65ef53f41df994075430ee5f3a7e363f0018430cd18c93") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.18.zip | zip | 86.7 KiB |
blake3-24 033f38c77257a8178ba748fc4adcb3a041a29beeae4bec44
sha256 9df10dc0c021b18c1f1a3a3e706e5543214ddb2fef6142d7af17517e43e5ab9c
sha1 872111f1a1f1a71bab2a50f54bbf74fda5a07370
|
| v2.5.18.tar.gz | tar.gz | 67.1 KiB |
blake3-24 c53da890b6ef80bc7ea0bd9e1d6d4a705c63a9e31a616dc9
sha256 8028ee69299df2d97d65ef53f41df994075430ee5f3a7e363f0018430cd18c93
sha1 9cac062928e99eb32cb00777c0903a2080f47c35
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.18.tar.gz"],
integrity = "sha256-gCjuaSmd8tl9Ze9T9B35lAdUMO5fOn42PwAYQwzRjJM=",
strip_prefix = "meshtastic-protobufs-v2.5.18",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.18.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.18.tar.gz"],
integrity = "sha256-gCjuaSmd8tl9Ze9T9B35lAdUMO5fOn42PwAYQwzRjJM=",
strip_prefix = "meshtastic-protobufs-v2.5.18",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.18.tar.gz",