vault / meshtastic-protobufs / v2.2.4
meshtastic-protobufs @ v2.2.4
integrity
- size
- 66.9 KiB
- downloaded
- last checked
release notes
What's Changed
- Update to indicate the new default flags by @thebentern in https://github.com/meshtastic/protobufs/pull/384
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.3...v2.2.4
download
unix · zip
curl -fL -o v2.2.4.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.4.zip
printf '%s %s\n' '1b2327f4623cd11dc9d101cfc57d6501f28f0ac2d725438e3b45847d9c9a176c' 'v2.2.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.4.zip"
$out = "v2.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1b2327f4623cd11dc9d101cfc57d6501f28f0ac2d725438e3b45847d9c9a176c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.4.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.4.tar.gz
printf '%s %s\n' '80f0bef1a3e3bafe2defea767432c93d0926ebf14cd98b086f0e628c57ea9c31' 'v2.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.4.tar.gz"
$out = "v2.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80f0bef1a3e3bafe2defea767432c93d0926ebf14cd98b086f0e628c57ea9c31") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.4.zip
printf '%s %s\n' '1b2327f4623cd11dc9d101cfc57d6501f28f0ac2d725438e3b45847d9c9a176c' 'v2.2.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.4.zip"
$out = "v2.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1b2327f4623cd11dc9d101cfc57d6501f28f0ac2d725438e3b45847d9c9a176c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.4.tar.gz
printf '%s %s\n' '80f0bef1a3e3bafe2defea767432c93d0926ebf14cd98b086f0e628c57ea9c31' 'v2.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.4.tar.gz"
$out = "v2.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80f0bef1a3e3bafe2defea767432c93d0926ebf14cd98b086f0e628c57ea9c31") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.4.zip | zip | 67.8 KiB |
blake3-24 15597e71a415d8c43f7e93678213faac5de90e470ec6c0b2
sha256 1b2327f4623cd11dc9d101cfc57d6501f28f0ac2d725438e3b45847d9c9a176c
sha1 eefbee5557027ff338587a1273b61ad6dcee92cb
|
| v2.2.4.tar.gz | tar.gz | 51.1 KiB |
blake3-24 161091ec075f74f26d369ca359dcb6a3703fd10399f01bb6
sha256 80f0bef1a3e3bafe2defea767432c93d0926ebf14cd98b086f0e628c57ea9c31
sha1 45371079ee06c9536250efe634ae1b6422f45c5f
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.4.tar.gz"],
integrity = "sha256-gPC+8aPjuv4t7+p2dDLJPQkm6/FM2YsIbw5ijFfqnDE=",
strip_prefix = "meshtastic-protobufs-v2.2.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.4.tar.gz"],
integrity = "sha256-gPC+8aPjuv4t7+p2dDLJPQkm6/FM2YsIbw5ijFfqnDE=",
strip_prefix = "meshtastic-protobufs-v2.2.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.4.tar.gz",