vault / meshtastic-protobufs / v2.0.17
meshtastic-protobufs @ v2.0.17
integrity
- size
- 61.5 KiB
- downloaded
- last checked
release notes
Protobufs for version v2.0.17 release of Meshtastic firmware
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.16...v2.0.17
download
unix · zip
curl -fL -o v2.0.17.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.17.zip
printf '%s %s\n' '68fd08ceff109bd09a7da5a52d769c349b3812ece23816b2253af0ca6367358d' 'v2.0.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.17.zip"
$out = "v2.0.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68fd08ceff109bd09a7da5a52d769c349b3812ece23816b2253af0ca6367358d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.17.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.17.tar.gz
printf '%s %s\n' '61d50f0ab67a7f8c30d00ee2aff5ff2b0871f4fba39a95bddd9324581f8dfa43' 'v2.0.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.17.tar.gz"
$out = "v2.0.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "61d50f0ab67a7f8c30d00ee2aff5ff2b0871f4fba39a95bddd9324581f8dfa43") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.17.zip
printf '%s %s\n' '68fd08ceff109bd09a7da5a52d769c349b3812ece23816b2253af0ca6367358d' 'v2.0.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.17.zip"
$out = "v2.0.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68fd08ceff109bd09a7da5a52d769c349b3812ece23816b2253af0ca6367358d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.17.tar.gz
printf '%s %s\n' '61d50f0ab67a7f8c30d00ee2aff5ff2b0871f4fba39a95bddd9324581f8dfa43' 'v2.0.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.17.tar.gz"
$out = "v2.0.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "61d50f0ab67a7f8c30d00ee2aff5ff2b0871f4fba39a95bddd9324581f8dfa43") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.17.zip | zip | 62.3 KiB |
blake3-24 4ade14a5aa45b1c8f5a1c5ca7ecdf48cc13be0901acb3812
sha256 68fd08ceff109bd09a7da5a52d769c349b3812ece23816b2253af0ca6367358d
sha1 cd693e9afdb26f1d4afc1594c9c315ec5bb49ffd
|
| v2.0.17.tar.gz | tar.gz | 46.7 KiB |
blake3-24 d5df99c14da7428de424cea0e11edbe34b803956cfac5c79
sha256 61d50f0ab67a7f8c30d00ee2aff5ff2b0871f4fba39a95bddd9324581f8dfa43
sha1 b2a406b657d49670d4f9645a2d6b2ac3d316ad1a
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.17.tar.gz"],
integrity = "sha256-YdUPCrZ6f4ww0A7ir/X/Kwhx9PujmpW93ZMkWB+N+kM=",
strip_prefix = "meshtastic-protobufs-v2.0.17",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.17.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.17.tar.gz"],
integrity = "sha256-YdUPCrZ6f4ww0A7ir/X/Kwhx9PujmpW93ZMkWB+N+kM=",
strip_prefix = "meshtastic-protobufs-v2.0.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.17.tar.gz",