vault / meshtastic-protobufs / v2.2.14
meshtastic-protobufs @ v2.2.14
integrity
- size
- 67.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Admin message for removing a specific node by nodenum by @thebentern in https://github.com/meshtastic/protobufs/pull/403
- Changed the variable length of wifi_psk by @tobi-sys in https://github.com/meshtastic/protobufs/pull/402
New Contributors
- @tobi-sys made their first contribution in https://github.com/meshtastic/protobufs/pull/402
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.13...v2.2.14
download
unix · zip
curl -fL -o v2.2.14.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.14.zip
printf '%s %s\n' '30073799f1bbaf3050dd30f71fc32da73bc0eb9f5e3322d5e4d63339af68231f' 'v2.2.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.14.zip"
$out = "v2.2.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30073799f1bbaf3050dd30f71fc32da73bc0eb9f5e3322d5e4d63339af68231f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.14.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.14.tar.gz
printf '%s %s\n' 'f20377642b8ac628b5f33d6bca2cc05dd5c085eda814330bf756723251f470d8' 'v2.2.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.14.tar.gz"
$out = "v2.2.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f20377642b8ac628b5f33d6bca2cc05dd5c085eda814330bf756723251f470d8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.14.zip
printf '%s %s\n' '30073799f1bbaf3050dd30f71fc32da73bc0eb9f5e3322d5e4d63339af68231f' 'v2.2.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.14.zip"
$out = "v2.2.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30073799f1bbaf3050dd30f71fc32da73bc0eb9f5e3322d5e4d63339af68231f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.14.tar.gz
printf '%s %s\n' 'f20377642b8ac628b5f33d6bca2cc05dd5c085eda814330bf756723251f470d8' 'v2.2.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.14.tar.gz"
$out = "v2.2.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f20377642b8ac628b5f33d6bca2cc05dd5c085eda814330bf756723251f470d8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.14.zip | zip | 68.0 KiB |
blake3-24 165fe2cca10bd21e8a49ad79876d3f987fa3d89e3d6abfb2
sha256 30073799f1bbaf3050dd30f71fc32da73bc0eb9f5e3322d5e4d63339af68231f
sha1 9fe34f329fa8a9fe2cadc39ba136f049949bae88
|
| v2.2.14.tar.gz | tar.gz | 51.5 KiB |
blake3-24 0ce39ef41b49fc64806be153b753bb8745d4f5d45ca4d087
sha256 f20377642b8ac628b5f33d6bca2cc05dd5c085eda814330bf756723251f470d8
sha1 9f9f0462b2a948e2acb07f540bac84e2e08b94d5
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.14.tar.gz"],
integrity = "sha256-8gN3ZCuKxii18z1ryizAXdXAhe2oFDML91ZyMlH0cNg=",
strip_prefix = "meshtastic-protobufs-v2.2.14",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.14.tar.gz"],
integrity = "sha256-8gN3ZCuKxii18z1ryizAXdXAhe2oFDML91ZyMlH0cNg=",
strip_prefix = "meshtastic-protobufs-v2.2.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.14.tar.gz",