vault / meshtastic-protobufs / v2.6.4
meshtastic-protobufs @ v2.6.4
integrity
- size
- 87.4 KiB
- downloaded
- last checked
release notes
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.3...v2.6.4
download
unix · zip
curl -fL -o v2.6.4.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.4.zip
printf '%s %s\n' 'c4e8f95551481e989999b194360070a0e5b765ae4683da9e1e953986e3a3bff0' 'v2.6.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.4.zip"
$out = "v2.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4e8f95551481e989999b194360070a0e5b765ae4683da9e1e953986e3a3bff0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.4.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.4.tar.gz
printf '%s %s\n' '31ced7de41832d6c945e5af8d4ad36ec68b37b6b3a367e1bf04cf65dd5bb2ee9' 'v2.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.4.tar.gz"
$out = "v2.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "31ced7de41832d6c945e5af8d4ad36ec68b37b6b3a367e1bf04cf65dd5bb2ee9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.4.zip
printf '%s %s\n' 'c4e8f95551481e989999b194360070a0e5b765ae4683da9e1e953986e3a3bff0' 'v2.6.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.4.zip"
$out = "v2.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4e8f95551481e989999b194360070a0e5b765ae4683da9e1e953986e3a3bff0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.4.tar.gz
printf '%s %s\n' '31ced7de41832d6c945e5af8d4ad36ec68b37b6b3a367e1bf04cf65dd5bb2ee9' 'v2.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.4.tar.gz"
$out = "v2.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "31ced7de41832d6c945e5af8d4ad36ec68b37b6b3a367e1bf04cf65dd5bb2ee9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.4.zip | zip | 88.8 KiB |
blake3-24 0da7760b04454a124fd720443b0572825c8173e50f53dda9
sha256 c4e8f95551481e989999b194360070a0e5b765ae4683da9e1e953986e3a3bff0
sha1 220fca73cb877abb42c26dcfbb467f49d85eee6d
|
| v2.6.4.tar.gz | tar.gz | 68.9 KiB |
blake3-24 7a6886d18a57989a6e3ef8810f38590f81555b6cea6d4916
sha256 31ced7de41832d6c945e5af8d4ad36ec68b37b6b3a367e1bf04cf65dd5bb2ee9
sha1 fc106e6b4d1957bc4c23ff339167e591a02493e2
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.4.tar.gz"],
integrity = "sha256-Mc7X3kGDLWyUXlr41K027Gize2s6Nn4b8Ez2XdW7Luk=",
strip_prefix = "meshtastic-protobufs-v2.6.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.4.tar.gz"],
integrity = "sha256-Mc7X3kGDLWyUXlr41K027Gize2s6Nn4b8Ez2XdW7Luk=",
strip_prefix = "meshtastic-protobufs-v2.6.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.4.tar.gz",