vault / meshtastic-protobufs / v2.7.8
meshtastic-protobufs @ v2.7.8
integrity
- size
- 92.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Rangetest cleanup configuration option by @ford-jones in https://github.com/meshtastic/protobufs/pull/757
New Contributors
- @ford-jones made their first contribution in https://github.com/meshtastic/protobufs/pull/757
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.7...v2.7.8
download
unix · zip
curl -fL -o v2.7.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.8.zip
printf '%s %s\n' 'f94ebe9e83199e9098f810139e53157abf1282b5fe4a7d0f686d7b0916ddfa16' 'v2.7.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.8.zip"
$out = "v2.7.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f94ebe9e83199e9098f810139e53157abf1282b5fe4a7d0f686d7b0916ddfa16") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.8.tar.gz
printf '%s %s\n' 'd44ef72ce92c7e91161cbf196b399bc8312b719fc8133178f80c945db8375f42' 'v2.7.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.8.tar.gz"
$out = "v2.7.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d44ef72ce92c7e91161cbf196b399bc8312b719fc8133178f80c945db8375f42") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.8.zip
printf '%s %s\n' 'f94ebe9e83199e9098f810139e53157abf1282b5fe4a7d0f686d7b0916ddfa16' 'v2.7.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.8.zip"
$out = "v2.7.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f94ebe9e83199e9098f810139e53157abf1282b5fe4a7d0f686d7b0916ddfa16") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.8.tar.gz
printf '%s %s\n' 'd44ef72ce92c7e91161cbf196b399bc8312b719fc8133178f80c945db8375f42' 'v2.7.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.8.tar.gz"
$out = "v2.7.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d44ef72ce92c7e91161cbf196b399bc8312b719fc8133178f80c945db8375f42") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.8.zip | zip | 94.0 KiB |
blake3-24 7ab4db8c60f2cc9d502e8bc477568b11217dae76eee4eae5
sha256 f94ebe9e83199e9098f810139e53157abf1282b5fe4a7d0f686d7b0916ddfa16
sha1 02b7616d2ed7b2b365363d5dfd2d1591e2280abd
|
| v2.7.8.tar.gz | tar.gz | 73.8 KiB |
blake3-24 28b450f8225c4dc7509e5b54dabac34385b97a38ebfffb81
sha256 d44ef72ce92c7e91161cbf196b399bc8312b719fc8133178f80c945db8375f42
sha1 22776480f5660ee3339946e482589c440728ca97
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.8.tar.gz"],
integrity = "sha256-1E73LOksfpEWHL8ZazmbyDErcZ/IEzF4+AyUXbg3X0I=",
strip_prefix = "meshtastic-protobufs-v2.7.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.8.tar.gz"],
integrity = "sha256-1E73LOksfpEWHL8ZazmbyDErcZ/IEzF4+AyUXbg3X0I=",
strip_prefix = "meshtastic-protobufs-v2.7.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.8.tar.gz",