vault / meshtastic-protobufs / v2.7.23
meshtastic-protobufs @ v2.7.23
integrity
- size
- 120.7 KiB
- downloaded
- last checked
download
unix · zip
curl -fL -o v2.7.23.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.23.zip
printf '%s %s\n' '26e1a2bcececedd913b3b5047cc7d9ffb570d01186db421f1b3664730ac40162' 'v2.7.23.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.23.zip"
$out = "v2.7.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26e1a2bcececedd913b3b5047cc7d9ffb570d01186db421f1b3664730ac40162") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.23.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.23.tar.gz
printf '%s %s\n' '34f2c8b0142d8f0ee011022ec99bfe7f8a001fc3c04bd02038f2de790bb2d539' 'v2.7.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.23.tar.gz"
$out = "v2.7.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34f2c8b0142d8f0ee011022ec99bfe7f8a001fc3c04bd02038f2de790bb2d539") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.23.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.23.zip
printf '%s %s\n' '26e1a2bcececedd913b3b5047cc7d9ffb570d01186db421f1b3664730ac40162' 'v2.7.23.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.23.zip"
$out = "v2.7.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26e1a2bcececedd913b3b5047cc7d9ffb570d01186db421f1b3664730ac40162") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.23.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.23.tar.gz
printf '%s %s\n' '34f2c8b0142d8f0ee011022ec99bfe7f8a001fc3c04bd02038f2de790bb2d539' 'v2.7.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.23.tar.gz"
$out = "v2.7.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34f2c8b0142d8f0ee011022ec99bfe7f8a001fc3c04bd02038f2de790bb2d539") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.23.zip | zip | 121.8 KiB |
blake3-24 24f79ec973f7dbffafbb741658625730a032811e5d295c4e
sha256 26e1a2bcececedd913b3b5047cc7d9ffb570d01186db421f1b3664730ac40162
sha1 f8a46e94a64128c2afb7439a30ae323c2f5d85f8
|
| v2.7.23.tar.gz | tar.gz | 99.0 KiB |
blake3-24 a0125835f4e48bec25b55b6c8058b6dd4cdde4227f6e9af1
sha256 34f2c8b0142d8f0ee011022ec99bfe7f8a001fc3c04bd02038f2de790bb2d539
sha1 b62da28fd66bc7fc25795771ad804b3f257c11e7
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.23.tar.gz"],
integrity = "sha256-NPLIsBQtjw7gEQIuyZv+f4oAH8PAS9AgOPLeeQuy1Tk=",
strip_prefix = "meshtastic-protobufs-v2.7.23",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.23.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.23.tar.gz"],
integrity = "sha256-NPLIsBQtjw7gEQIuyZv+f4oAH8PAS9AgOPLeeQuy1Tk=",
strip_prefix = "meshtastic-protobufs-v2.7.23",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.23.tar.gz",