vault / meshtastic-protobufs / v2.5.4
meshtastic-protobufs @ v2.5.4
integrity
- size
- 81.9 KiB
- downloaded
- last checked
release notes
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.3...v2.5.4
download
unix · zip
curl -fL -o v2.5.4.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.4.zip
printf '%s %s\n' 'd7eb2311e5761442310369de9aee1e9f3f81233a3ac84dbdce374dedad7beb52' 'v2.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.4.zip"
$out = "v2.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d7eb2311e5761442310369de9aee1e9f3f81233a3ac84dbdce374dedad7beb52") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.4.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.4.tar.gz
printf '%s %s\n' '82704f46754135fa294d867b3574ef33c4390d5bd28cf79dfd597e88b01d5650' 'v2.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.4.tar.gz"
$out = "v2.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82704f46754135fa294d867b3574ef33c4390d5bd28cf79dfd597e88b01d5650") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.4.zip
printf '%s %s\n' 'd7eb2311e5761442310369de9aee1e9f3f81233a3ac84dbdce374dedad7beb52' 'v2.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.4.zip"
$out = "v2.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d7eb2311e5761442310369de9aee1e9f3f81233a3ac84dbdce374dedad7beb52") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.4.tar.gz
printf '%s %s\n' '82704f46754135fa294d867b3574ef33c4390d5bd28cf79dfd597e88b01d5650' 'v2.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.4.tar.gz"
$out = "v2.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82704f46754135fa294d867b3574ef33c4390d5bd28cf79dfd597e88b01d5650") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.4.zip | zip | 83.1 KiB |
blake3-24 96d5a6d7620ca9ca87c60a80f664251477f1b2487c26dad0
sha256 d7eb2311e5761442310369de9aee1e9f3f81233a3ac84dbdce374dedad7beb52
sha1 07a08379c4a4ef7288247921338bf288bf91ca6e
|
| v2.5.4.tar.gz | tar.gz | 64.3 KiB |
blake3-24 6cb0ab36520f272c3e32d4f2b8b5a34f5df76aa028482137
sha256 82704f46754135fa294d867b3574ef33c4390d5bd28cf79dfd597e88b01d5650
sha1 8333fbe40432742a638c32b4d6aceb78abc87f84
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.4.tar.gz"],
integrity = "sha256-gnBPRnVBNfopTYZ7NXTvM8Q5DVvSjPed/Vl+iLAdVlA=",
strip_prefix = "meshtastic-protobufs-v2.5.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.4.tar.gz"],
integrity = "sha256-gnBPRnVBNfopTYZ7NXTvM8Q5DVvSjPed/Vl+iLAdVlA=",
strip_prefix = "meshtastic-protobufs-v2.5.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.4.tar.gz",