vault / meshtastic-protobufs / v2.2.12
meshtastic-protobufs @ v2.2.12
integrity
- size
- 66.9 KiB
- downloaded
- last checked
release notes
What's Changed
- Generalize E22-900M_S3 to EBYTE_ESP32-S3 by @S5NC in https://github.com/meshtastic/protobufs/pull/394
- TAK specific role by @thebentern in https://github.com/meshtastic/protobufs/pull/396
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.11...v2.2.12
download
unix · zip
curl -fL -o v2.2.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.12.zip
printf '%s %s\n' '54bcd3355286d25efeb893dd3b0a3be6e5d104e115b7b8c431373924feb3a695' 'v2.2.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.12.zip"
$out = "v2.2.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "54bcd3355286d25efeb893dd3b0a3be6e5d104e115b7b8c431373924feb3a695") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.12.tar.gz
printf '%s %s\n' '360ab8ab4a1e1bf96c3ddabf83b7603d8aebe8e6fd12df6cead2ae89c60ae34d' 'v2.2.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.12.tar.gz"
$out = "v2.2.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "360ab8ab4a1e1bf96c3ddabf83b7603d8aebe8e6fd12df6cead2ae89c60ae34d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.12.zip
printf '%s %s\n' '54bcd3355286d25efeb893dd3b0a3be6e5d104e115b7b8c431373924feb3a695' 'v2.2.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.12.zip"
$out = "v2.2.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "54bcd3355286d25efeb893dd3b0a3be6e5d104e115b7b8c431373924feb3a695") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.12.tar.gz
printf '%s %s\n' '360ab8ab4a1e1bf96c3ddabf83b7603d8aebe8e6fd12df6cead2ae89c60ae34d' 'v2.2.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.12.tar.gz"
$out = "v2.2.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "360ab8ab4a1e1bf96c3ddabf83b7603d8aebe8e6fd12df6cead2ae89c60ae34d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.12.zip | zip | 67.7 KiB |
blake3-24 37051adf2dfae0ece93f9d3251d3b84548b4fae470ca817d
sha256 54bcd3355286d25efeb893dd3b0a3be6e5d104e115b7b8c431373924feb3a695
sha1 a795e5b638e1ba56d2055adb7fe32beee7220102
|
| v2.2.12.tar.gz | tar.gz | 51.2 KiB |
blake3-24 c53b8711940666362652f7177e829004bacb8e1428bba0e8
sha256 360ab8ab4a1e1bf96c3ddabf83b7603d8aebe8e6fd12df6cead2ae89c60ae34d
sha1 f640c7eab0c201c88b0abc034518cb37aee62c7a
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.12.tar.gz"],
integrity = "sha256-Ngq4q0oeG/lsPdq/g7dgPYrr6Ob9Et9s6tKuicYK400=",
strip_prefix = "meshtastic-protobufs-v2.2.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.12.tar.gz"],
integrity = "sha256-Ngq4q0oeG/lsPdq/g7dgPYrr6Ob9Et9s6tKuicYK400=",
strip_prefix = "meshtastic-protobufs-v2.2.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.12.tar.gz",