vault / meshtastic-protobufs / v2.6.10
meshtastic-protobufs @ v2.6.10
integrity
- size
- 89.6 KiB
- downloaded
- last checked
release notes
What's Changed
- Add Ipv6 Option by @Xavierhorwood in https://github.com/meshtastic/protobufs/pull/692
- Key validation messages by @jp-bennett in https://github.com/meshtastic/protobufs/pull/690
- new HWID's by @caveman99 in https://github.com/meshtastic/protobufs/pull/694
New Contributors
- @Xavierhorwood made their first contribution in https://github.com/meshtastic/protobufs/pull/692
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.9...v2.6.10
download
unix · zip
curl -fL -o v2.6.10.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.10.zip
printf '%s %s\n' '1e53f1e981e18a4328cb8e4bf049a75c6f851e5492a2429831255b7325290776' 'v2.6.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.10.zip"
$out = "v2.6.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e53f1e981e18a4328cb8e4bf049a75c6f851e5492a2429831255b7325290776") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.10.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.10.tar.gz
printf '%s %s\n' '9efabae3cc5e66b48015af884b006803f0b06b8f9ddc16cea1f0586eaa246743' 'v2.6.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.10.tar.gz"
$out = "v2.6.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9efabae3cc5e66b48015af884b006803f0b06b8f9ddc16cea1f0586eaa246743") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.10.zip
printf '%s %s\n' '1e53f1e981e18a4328cb8e4bf049a75c6f851e5492a2429831255b7325290776' 'v2.6.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.10.zip"
$out = "v2.6.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e53f1e981e18a4328cb8e4bf049a75c6f851e5492a2429831255b7325290776") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.10.tar.gz
printf '%s %s\n' '9efabae3cc5e66b48015af884b006803f0b06b8f9ddc16cea1f0586eaa246743' 'v2.6.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.10.tar.gz"
$out = "v2.6.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9efabae3cc5e66b48015af884b006803f0b06b8f9ddc16cea1f0586eaa246743") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.10.zip | zip | 91.0 KiB |
blake3-24 26c9f2f62c7888e68a17832de0d1c597eedbe082fba9623c
sha256 1e53f1e981e18a4328cb8e4bf049a75c6f851e5492a2429831255b7325290776
sha1 7b3d5f4e9db656695e5599c129d94735f486aab4
|
| v2.6.10.tar.gz | tar.gz | 70.9 KiB |
blake3-24 64bb56e5385721b3beb9d25b96e703c8aac04b4cf96b5ad3
sha256 9efabae3cc5e66b48015af884b006803f0b06b8f9ddc16cea1f0586eaa246743
sha1 1747498b7014369344c73b4aed37754755e15679
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.10.tar.gz"],
integrity = "sha256-nvq648xeZrSAFa+ISwBoA/Cwa4+d3BbOofBYbqokZ0M=",
strip_prefix = "meshtastic-protobufs-v2.6.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.10.tar.gz"],
integrity = "sha256-nvq648xeZrSAFa+ISwBoA/Cwa4+d3BbOofBYbqokZ0M=",
strip_prefix = "meshtastic-protobufs-v2.6.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.10.tar.gz",