vault / meshtastic-protobufs / v2.7.14
meshtastic-protobufs @ v2.7.14
integrity
- size
- 99.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Optionally preserve favorite nodes during a nodedb reset by @ford-jones in https://github.com/meshtastic/protobufs/pull/791
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.13...v2.7.14
download
unix · zip
curl -fL -o v2.7.14.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.14.zip
printf '%s %s\n' '657c3449d53704d2080bee65ed3396465a8b8a94567bff4f99ce190ece4ddfce' 'v2.7.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.14.zip"
$out = "v2.7.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "657c3449d53704d2080bee65ed3396465a8b8a94567bff4f99ce190ece4ddfce") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.14.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.14.tar.gz
printf '%s %s\n' '66b33a7100ebe257beae5b93563b8307dabf7be10a24ce579c32490b1ee9fd7b' 'v2.7.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.14.tar.gz"
$out = "v2.7.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66b33a7100ebe257beae5b93563b8307dabf7be10a24ce579c32490b1ee9fd7b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.14.zip
printf '%s %s\n' '657c3449d53704d2080bee65ed3396465a8b8a94567bff4f99ce190ece4ddfce' 'v2.7.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.14.zip"
$out = "v2.7.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "657c3449d53704d2080bee65ed3396465a8b8a94567bff4f99ce190ece4ddfce") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.14.tar.gz
printf '%s %s\n' '66b33a7100ebe257beae5b93563b8307dabf7be10a24ce579c32490b1ee9fd7b' 'v2.7.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.14.tar.gz"
$out = "v2.7.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66b33a7100ebe257beae5b93563b8307dabf7be10a24ce579c32490b1ee9fd7b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.14.zip | zip | 100.0 KiB |
blake3-24 07657aaa0a2d2b8729c2ee2141fcdb2bcff28bfaea48688e
sha256 657c3449d53704d2080bee65ed3396465a8b8a94567bff4f99ce190ece4ddfce
sha1 b217cd39ba9a7edbd488bdc69885a57466978311
|
| v2.7.14.tar.gz | tar.gz | 77.5 KiB |
blake3-24 ebc57432c44c8c1fdd509046a02bb31062e17dc534ab345a
sha256 66b33a7100ebe257beae5b93563b8307dabf7be10a24ce579c32490b1ee9fd7b
sha1 30c1554c44e037455f32ff5167a4b2cd67cbeec7
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.14.tar.gz"],
integrity = "sha256-ZrM6cQDr4le+rluTVjuDB9q/e+EKJM5XnDJJCx7p/Xs=",
strip_prefix = "meshtastic-protobufs-v2.7.14",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.14.tar.gz"],
integrity = "sha256-ZrM6cQDr4le+rluTVjuDB9q/e+EKJM5XnDJJCx7p/Xs=",
strip_prefix = "meshtastic-protobufs-v2.7.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.14.tar.gz",