vault / meshtastic-protobufs / v2.1.20
meshtastic-protobufs @ v2.1.20
integrity
- size
- 66.7 KiB
- downloaded
- last checked
release notes
What's Changed
- MQTT Client Proxy clarification by @thebentern in https://github.com/meshtastic/protobufs/pull/366
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.19...v2.1.20
download
unix · zip
curl -fL -o v2.1.20.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.20.zip
printf '%s %s\n' '3318eb59b61c1a0022ec101399a21b0ab7653a74bd55db4536d9459eb391782b' 'v2.1.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.20.zip"
$out = "v2.1.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3318eb59b61c1a0022ec101399a21b0ab7653a74bd55db4536d9459eb391782b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.20.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.20.tar.gz
printf '%s %s\n' 'f4a1272949c9a7335daa67fcce6859c6eae235f49f604e86570696ba05dbe903' 'v2.1.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.20.tar.gz"
$out = "v2.1.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4a1272949c9a7335daa67fcce6859c6eae235f49f604e86570696ba05dbe903") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.20.zip
printf '%s %s\n' '3318eb59b61c1a0022ec101399a21b0ab7653a74bd55db4536d9459eb391782b' 'v2.1.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.20.zip"
$out = "v2.1.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3318eb59b61c1a0022ec101399a21b0ab7653a74bd55db4536d9459eb391782b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.20.tar.gz
printf '%s %s\n' 'f4a1272949c9a7335daa67fcce6859c6eae235f49f604e86570696ba05dbe903' 'v2.1.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.20.tar.gz"
$out = "v2.1.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4a1272949c9a7335daa67fcce6859c6eae235f49f604e86570696ba05dbe903") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.20.zip | zip | 67.6 KiB |
blake3-24 8575eb58aed70639c2d0a4fc244529bfbaf80b8416ee4636
sha256 3318eb59b61c1a0022ec101399a21b0ab7653a74bd55db4536d9459eb391782b
sha1 652a7d214dbfc5be04b353b82f93ab749187087b
|
| v2.1.20.tar.gz | tar.gz | 50.8 KiB |
blake3-24 1ff03cb58165fa4651c9f360e727e64c1b6c1ab286cb4874
sha256 f4a1272949c9a7335daa67fcce6859c6eae235f49f604e86570696ba05dbe903
sha1 6a726650cba35bf95cf4c2dc9700d1948a5ee491
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.20.tar.gz"],
integrity = "sha256-9KEnKUnJpzNdqmf8zmhZxuriNfSfYE6GVwaWugXb6QM=",
strip_prefix = "meshtastic-protobufs-v2.1.20",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.20.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.20.tar.gz"],
integrity = "sha256-9KEnKUnJpzNdqmf8zmhZxuriNfSfYE6GVwaWugXb6QM=",
strip_prefix = "meshtastic-protobufs-v2.1.20",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.20.tar.gz",