vault / meshtastic-protobufs / v2.5.10
meshtastic-protobufs @ v2.5.10
integrity
- size
- 84.1 KiB
- downloaded
- last checked
release notes
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.9...v2.5.10
download
unix · zip
curl -fL -o v2.5.10.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.10.zip
printf '%s %s\n' '3631e630f679e6da8075a82f8a2cc739216085fc231d7265a0bf0b7d416cec20' 'v2.5.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.10.zip"
$out = "v2.5.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3631e630f679e6da8075a82f8a2cc739216085fc231d7265a0bf0b7d416cec20") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.10.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.10.tar.gz
printf '%s %s\n' '00f4db120c84571ca2cad310f115f4b636624d7c8ac9ab1e1e80258fa43aefe4' 'v2.5.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.10.tar.gz"
$out = "v2.5.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "00f4db120c84571ca2cad310f115f4b636624d7c8ac9ab1e1e80258fa43aefe4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.10.zip
printf '%s %s\n' '3631e630f679e6da8075a82f8a2cc739216085fc231d7265a0bf0b7d416cec20' 'v2.5.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.10.zip"
$out = "v2.5.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3631e630f679e6da8075a82f8a2cc739216085fc231d7265a0bf0b7d416cec20") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.10.tar.gz
printf '%s %s\n' '00f4db120c84571ca2cad310f115f4b636624d7c8ac9ab1e1e80258fa43aefe4' 'v2.5.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.10.tar.gz"
$out = "v2.5.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "00f4db120c84571ca2cad310f115f4b636624d7c8ac9ab1e1e80258fa43aefe4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.10.zip | zip | 85.4 KiB |
blake3-24 e971f903e0e6c69febe718677ccfbb41f274d3691a14b58d
sha256 3631e630f679e6da8075a82f8a2cc739216085fc231d7265a0bf0b7d416cec20
sha1 e19c486fdb4e8e6b2c3282d3490f731bc0a3505b
|
| v2.5.10.tar.gz | tar.gz | 65.8 KiB |
blake3-24 9692fa7eabae6f7fd9a312d46b3857eabe45b4b0d09af8e9
sha256 00f4db120c84571ca2cad310f115f4b636624d7c8ac9ab1e1e80258fa43aefe4
sha1 cf9b770585fb2c0b171f6cf08ea7d0e220d69477
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.10.tar.gz"],
integrity = "sha256-APTbEgyEVxyiytMQ8RX0tjZiTXyKyaseHoAlj6Q67+Q=",
strip_prefix = "meshtastic-protobufs-v2.5.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.10.tar.gz"],
integrity = "sha256-APTbEgyEVxyiytMQ8RX0tjZiTXyKyaseHoAlj6Q67+Q=",
strip_prefix = "meshtastic-protobufs-v2.5.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.10.tar.gz",