vault / meshtastic-protobufs / v2.1.1
meshtastic-protobufs @ v2.1.1
integrity
- size
- 62.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Make power level less dumb by @thebentern in https://github.com/meshtastic/protobufs/pull/328
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.0...v2.1.1
download
unix · zip
curl -fL -o v2.1.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.1.zip
printf '%s %s\n' '2ffacbcfd6e14376fa3d25e0aa2a34a3a1e400963a90d1eb17627bf962618aff' 'v2.1.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.1.zip"
$out = "v2.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ffacbcfd6e14376fa3d25e0aa2a34a3a1e400963a90d1eb17627bf962618aff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.1.tar.gz
printf '%s %s\n' 'aafab6882e35c557e0be7b09a0494e7db081ebb4f9e55641925a0d19ad6d4f9c' 'v2.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.1.tar.gz"
$out = "v2.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aafab6882e35c557e0be7b09a0494e7db081ebb4f9e55641925a0d19ad6d4f9c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.1.zip
printf '%s %s\n' '2ffacbcfd6e14376fa3d25e0aa2a34a3a1e400963a90d1eb17627bf962618aff' 'v2.1.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.1.zip"
$out = "v2.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ffacbcfd6e14376fa3d25e0aa2a34a3a1e400963a90d1eb17627bf962618aff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.1.tar.gz
printf '%s %s\n' 'aafab6882e35c557e0be7b09a0494e7db081ebb4f9e55641925a0d19ad6d4f9c' 'v2.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.1.tar.gz"
$out = "v2.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aafab6882e35c557e0be7b09a0494e7db081ebb4f9e55641925a0d19ad6d4f9c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.1.zip | zip | 63.2 KiB |
blake3-24 662897430d022e839d3d396e11a8660a2022649ba08a059a
sha256 2ffacbcfd6e14376fa3d25e0aa2a34a3a1e400963a90d1eb17627bf962618aff
sha1 602517a42111abebab5cb9826286ce5b187d5b30
|
| v2.1.1.tar.gz | tar.gz | 47.8 KiB |
blake3-24 71672262aea78d5b667f25b7ac7f77067aa7a4f7c0f8373d
sha256 aafab6882e35c557e0be7b09a0494e7db081ebb4f9e55641925a0d19ad6d4f9c
sha1 45350576d04b96a63abb855ba92230a117bcf09b
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.1.tar.gz"],
integrity = "sha256-qvq2iC41xVfgvnsJoElOfbCB67T55VZBkloNGa1tT5w=",
strip_prefix = "meshtastic-protobufs-v2.1.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.1.tar.gz"],
integrity = "sha256-qvq2iC41xVfgvnsJoElOfbCB67T55VZBkloNGa1tT5w=",
strip_prefix = "meshtastic-protobufs-v2.1.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.1.tar.gz",