vault / meshtastic-protobufs / v2.5.13
meshtastic-protobufs @ v2.5.13
integrity
- size
- 84.7 KiB
- downloaded
- last checked
release notes
What's Changed
- Add bool to enable LoRa transport for NeighborInfo by @GUVWAF in https://github.com/meshtastic/protobufs/pull/618
- Add is_ignored bool field to NodeInfo by @mdesmedt in https://github.com/meshtastic/protobufs/pull/621
New Contributors
- @mdesmedt made their first contribution in https://github.com/meshtastic/protobufs/pull/621
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.12...v2.5.13
download
unix · zip
curl -fL -o v2.5.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.13.zip
printf '%s %s\n' 'f809146bc4bcf7252f35c534f9128b9692e8148dc8a8bdeb0cefae48dae3cccc' 'v2.5.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.13.zip"
$out = "v2.5.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f809146bc4bcf7252f35c534f9128b9692e8148dc8a8bdeb0cefae48dae3cccc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.13.tar.gz
printf '%s %s\n' '66c47fcc4b62f86f1478ad822e5dc08ce0a72e039b0bf285660c72e664089395' 'v2.5.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.13.tar.gz"
$out = "v2.5.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66c47fcc4b62f86f1478ad822e5dc08ce0a72e039b0bf285660c72e664089395") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.13.zip
printf '%s %s\n' 'f809146bc4bcf7252f35c534f9128b9692e8148dc8a8bdeb0cefae48dae3cccc' 'v2.5.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.13.zip"
$out = "v2.5.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f809146bc4bcf7252f35c534f9128b9692e8148dc8a8bdeb0cefae48dae3cccc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.13.tar.gz
printf '%s %s\n' '66c47fcc4b62f86f1478ad822e5dc08ce0a72e039b0bf285660c72e664089395' 'v2.5.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.13.tar.gz"
$out = "v2.5.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66c47fcc4b62f86f1478ad822e5dc08ce0a72e039b0bf285660c72e664089395") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.13.zip | zip | 86.1 KiB |
blake3-24 e74e7d5c778238fcb5820523827a91e50b498b4db291dedc
sha256 f809146bc4bcf7252f35c534f9128b9692e8148dc8a8bdeb0cefae48dae3cccc
sha1 6147df1fc12603d0c9774d474c3588bd892780a4
|
| v2.5.13.tar.gz | tar.gz | 66.4 KiB |
blake3-24 2f4f4d55fc53819e53da7b7f96ff6dbcfacd71d31c0f9ee0
sha256 66c47fcc4b62f86f1478ad822e5dc08ce0a72e039b0bf285660c72e664089395
sha1 4a11b5af8eb768aecd7ddf2ef8b64aa26bc0e6a5
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.13.tar.gz"],
integrity = "sha256-ZsR/zEti+G8UeK2CLl3AjOCnLgObC/KFZgxy5mQIk5U=",
strip_prefix = "meshtastic-protobufs-v2.5.13",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.13.tar.gz"],
integrity = "sha256-ZsR/zEti+G8UeK2CLl3AjOCnLgObC/KFZgxy5mQIk5U=",
strip_prefix = "meshtastic-protobufs-v2.5.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.13.tar.gz",