vault / meshtastic-protobufs / v2.1.12
meshtastic-protobufs @ v2.1.12
integrity
- size
- 64.1 KiB
- downloaded
- last checked
release notes
What's Changed
- Managed device mode by @thebentern in https://github.com/meshtastic/protobufs/pull/343
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.10...v2.1.12
download
unix · zip
curl -fL -o v2.1.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.12.zip
printf '%s %s\n' '55f26394ea8b56b51d3b2868198f6cea50778c4b8f666bb0d263a89f3df9c07a' 'v2.1.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.12.zip"
$out = "v2.1.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55f26394ea8b56b51d3b2868198f6cea50778c4b8f666bb0d263a89f3df9c07a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.12.tar.gz
printf '%s %s\n' '750cf9f9271fcb5f621f51499593a8a3cc65427358791b9d63da44fd2144798a' 'v2.1.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.12.tar.gz"
$out = "v2.1.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "750cf9f9271fcb5f621f51499593a8a3cc65427358791b9d63da44fd2144798a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.12.zip
printf '%s %s\n' '55f26394ea8b56b51d3b2868198f6cea50778c4b8f666bb0d263a89f3df9c07a' 'v2.1.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.12.zip"
$out = "v2.1.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55f26394ea8b56b51d3b2868198f6cea50778c4b8f666bb0d263a89f3df9c07a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.12.tar.gz
printf '%s %s\n' '750cf9f9271fcb5f621f51499593a8a3cc65427358791b9d63da44fd2144798a' 'v2.1.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.12.tar.gz"
$out = "v2.1.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "750cf9f9271fcb5f621f51499593a8a3cc65427358791b9d63da44fd2144798a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.12.zip | zip | 65.0 KiB |
blake3-24 5571a7492bca0b88ebf1d1194684b63085e2575f984359cb
sha256 55f26394ea8b56b51d3b2868198f6cea50778c4b8f666bb0d263a89f3df9c07a
sha1 bb9c81dd056c9f20072f3ce6a01e4e5cfe862d85
|
| v2.1.12.tar.gz | tar.gz | 48.8 KiB |
blake3-24 521435954bdbe0c7e67752b8c51626476e219acf7ee52a94
sha256 750cf9f9271fcb5f621f51499593a8a3cc65427358791b9d63da44fd2144798a
sha1 e31e49e34f4996a65fbb86ab46a879bc83b80bac
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.12.tar.gz"],
integrity = "sha256-dQz5+Scfy19iH1FJlZOoo8xlQnNYeRudY9pE/SFEeYo=",
strip_prefix = "meshtastic-protobufs-v2.1.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.12.tar.gz"],
integrity = "sha256-dQz5+Scfy19iH1FJlZOoo8xlQnNYeRudY9pE/SFEeYo=",
strip_prefix = "meshtastic-protobufs-v2.1.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.12.tar.gz",