vault / meshtastic-protobufs / v2.7.7
meshtastic-protobufs @ v2.7.7
integrity
- size
- 92.4 KiB
- downloaded
- last checked
release notes
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.6...v2.7.7
download
unix · zip
curl -fL -o v2.7.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.7.zip
printf '%s %s\n' 'fac068fcd11c27c1449a699e0476e0e657fb687f7a0b91659c1e7461be0466b6' 'v2.7.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.7.zip"
$out = "v2.7.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fac068fcd11c27c1449a699e0476e0e657fb687f7a0b91659c1e7461be0466b6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.7.tar.gz
printf '%s %s\n' '4cc5ebbea45adb325551a75d8e7342c7b93395b008777dbea1e6dd1ecf517121' 'v2.7.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.7.tar.gz"
$out = "v2.7.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4cc5ebbea45adb325551a75d8e7342c7b93395b008777dbea1e6dd1ecf517121") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.7.zip
printf '%s %s\n' 'fac068fcd11c27c1449a699e0476e0e657fb687f7a0b91659c1e7461be0466b6' 'v2.7.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.7.zip"
$out = "v2.7.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fac068fcd11c27c1449a699e0476e0e657fb687f7a0b91659c1e7461be0466b6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.7.tar.gz
printf '%s %s\n' '4cc5ebbea45adb325551a75d8e7342c7b93395b008777dbea1e6dd1ecf517121' 'v2.7.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.7.tar.gz"
$out = "v2.7.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4cc5ebbea45adb325551a75d8e7342c7b93395b008777dbea1e6dd1ecf517121") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.7.zip | zip | 93.9 KiB |
blake3-24 12d8d15096d74de06782e334b57abe9a10e148a818704e82
sha256 fac068fcd11c27c1449a699e0476e0e657fb687f7a0b91659c1e7461be0466b6
sha1 7d1afce8f2b78066d1ded394a2e95a524733063f
|
| v2.7.7.tar.gz | tar.gz | 73.8 KiB |
blake3-24 34d8656a2742d174ad2bc9d908554c878bf341ac5a52c41e
sha256 4cc5ebbea45adb325551a75d8e7342c7b93395b008777dbea1e6dd1ecf517121
sha1 71f924f5cc5f6eb2828dca9e61fe7496d39ea491
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.7.tar.gz"],
integrity = "sha256-TMXrvqRa2zJVUaddjnNCx7kzlbAId32+oebdHs9RcSE=",
strip_prefix = "meshtastic-protobufs-v2.7.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.7.tar.gz"],
integrity = "sha256-TMXrvqRa2zJVUaddjnNCx7kzlbAId32+oebdHs9RcSE=",
strip_prefix = "meshtastic-protobufs-v2.7.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.7.tar.gz",