vault / meshtastic-protobufs / v2.6.7
meshtastic-protobufs @ v2.6.7
integrity
- size
- 87.7 KiB
- downloaded
- last checked
release notes
What's Changed
- VE.Direct serial mode by @thebentern in https://github.com/meshtastic/protobufs/pull/680
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.6...v2.6.7
download
unix · zip
curl -fL -o v2.6.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.7.zip
printf '%s %s\n' 'ad8c470dd45a422136fee0c4bd4aa777087332d7dbf94e01f8264954d851cb66' 'v2.6.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.7.zip"
$out = "v2.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad8c470dd45a422136fee0c4bd4aa777087332d7dbf94e01f8264954d851cb66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.7.tar.gz
printf '%s %s\n' 'cfcd2f76756c0361c83d414063cc6b255e48b7d21afc50ca72f2cb9995308bf3' 'v2.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.7.tar.gz"
$out = "v2.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cfcd2f76756c0361c83d414063cc6b255e48b7d21afc50ca72f2cb9995308bf3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.7.zip
printf '%s %s\n' 'ad8c470dd45a422136fee0c4bd4aa777087332d7dbf94e01f8264954d851cb66' 'v2.6.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.7.zip"
$out = "v2.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad8c470dd45a422136fee0c4bd4aa777087332d7dbf94e01f8264954d851cb66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.7.tar.gz
printf '%s %s\n' 'cfcd2f76756c0361c83d414063cc6b255e48b7d21afc50ca72f2cb9995308bf3' 'v2.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.7.tar.gz"
$out = "v2.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cfcd2f76756c0361c83d414063cc6b255e48b7d21afc50ca72f2cb9995308bf3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.7.zip | zip | 89.2 KiB |
blake3-24 2110a22beb8431085e1cacd6465beb60881bd95bc86e63dd
sha256 ad8c470dd45a422136fee0c4bd4aa777087332d7dbf94e01f8264954d851cb66
sha1 059e139567a3c914bbd6e0469897f8e2e69cde9b
|
| v2.6.7.tar.gz | tar.gz | 69.3 KiB |
blake3-24 833fc5992b911fee54ee9d7b50a88965380767f609bdd53f
sha256 cfcd2f76756c0361c83d414063cc6b255e48b7d21afc50ca72f2cb9995308bf3
sha1 bcd1ee6ac211e39d3265e4da3e1994274f01cb28
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.7.tar.gz"],
integrity = "sha256-z80vdnVsA2HIPUFAY8xrJV5It9Ia/FDKcvLLmZUwi/M=",
strip_prefix = "meshtastic-protobufs-v2.6.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.7.tar.gz"],
integrity = "sha256-z80vdnVsA2HIPUFAY8xrJV5It9Ia/FDKcvLLmZUwi/M=",
strip_prefix = "meshtastic-protobufs-v2.6.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.7.tar.gz",