vault / meshtastic-protobufs / v2.5.9
meshtastic-protobufs @ v2.5.9
integrity
- size
- 84.0 KiB
- downloaded
- last checked
release notes
What's Changed
- add device ui to config roll by @caveman99 in https://github.com/meshtastic/protobufs/pull/607
- device-ui: proto version control, new languages, lock and alert parameters by @mverch67 in https://github.com/meshtastic/protobufs/pull/609
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.8...v2.5.9
download
unix · zip
curl -fL -o v2.5.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.9.zip
printf '%s %s\n' '82b303a22de1a468a0ff393e036b24eed91e8fd0da924919e69d97536b1c930a' 'v2.5.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.9.zip"
$out = "v2.5.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82b303a22de1a468a0ff393e036b24eed91e8fd0da924919e69d97536b1c930a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.9.tar.gz
printf '%s %s\n' '9fe1c545b1d4e582e8fd0ce3ae39927115e090db3f0cfa0a1f8aeacedcd6857b' 'v2.5.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.9.tar.gz"
$out = "v2.5.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fe1c545b1d4e582e8fd0ce3ae39927115e090db3f0cfa0a1f8aeacedcd6857b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.9.zip
printf '%s %s\n' '82b303a22de1a468a0ff393e036b24eed91e8fd0da924919e69d97536b1c930a' 'v2.5.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.9.zip"
$out = "v2.5.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82b303a22de1a468a0ff393e036b24eed91e8fd0da924919e69d97536b1c930a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.9.tar.gz
printf '%s %s\n' '9fe1c545b1d4e582e8fd0ce3ae39927115e090db3f0cfa0a1f8aeacedcd6857b' 'v2.5.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.9.tar.gz"
$out = "v2.5.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fe1c545b1d4e582e8fd0ce3ae39927115e090db3f0cfa0a1f8aeacedcd6857b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.9.zip | zip | 85.3 KiB |
blake3-24 25edb0984f296c8cf372cfdbd6bbffec87ba04240630769b
sha256 82b303a22de1a468a0ff393e036b24eed91e8fd0da924919e69d97536b1c930a
sha1 4bffa1668cf146630215a4828c703ace8b259253
|
| v2.5.9.tar.gz | tar.gz | 65.8 KiB |
blake3-24 c1cd34a9f1ef76a5d84358dc09750da00093f7e455d7a740
sha256 9fe1c545b1d4e582e8fd0ce3ae39927115e090db3f0cfa0a1f8aeacedcd6857b
sha1 157f528d398e1aa8427260f02eeffd4c5de4d2e4
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.9.tar.gz"],
integrity = "sha256-n+HFRbHU5YLo/QzjrjmScRXgkNs/DPoKH4rqztzWhXs=",
strip_prefix = "meshtastic-protobufs-v2.5.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.9.tar.gz"],
integrity = "sha256-n+HFRbHU5YLo/QzjrjmScRXgkNs/DPoKH4rqztzWhXs=",
strip_prefix = "meshtastic-protobufs-v2.5.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.9.tar.gz",