vault / meshtastic-protobufs / v2.6.3
meshtastic-protobufs @ v2.6.3
integrity
- size
- 87.4 KiB
- downloaded
- last checked
release notes
What's Changed
- add HRI-3621 by @caveman99 in https://github.com/meshtastic/protobufs/pull/664
- Add go_package path for nanopb.proto by @ke6zfi in https://github.com/meshtastic/protobufs/pull/666
New Contributors
- @ke6zfi made their first contribution in https://github.com/meshtastic/protobufs/pull/666
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.2...v2.6.3
download
unix · zip
curl -fL -o v2.6.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.3.zip
printf '%s %s\n' 'b737ad3555742b8d961515913f126b8540c2beabeebfbe157418e3d2bfaf7abe' 'v2.6.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.3.zip"
$out = "v2.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b737ad3555742b8d961515913f126b8540c2beabeebfbe157418e3d2bfaf7abe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.3.tar.gz
printf '%s %s\n' 'e5dad4f2c9e1a4c100c72a6c37bddb43497e83a9d33948791641b58f8ced1c80' 'v2.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.3.tar.gz"
$out = "v2.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e5dad4f2c9e1a4c100c72a6c37bddb43497e83a9d33948791641b58f8ced1c80") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.3.zip
printf '%s %s\n' 'b737ad3555742b8d961515913f126b8540c2beabeebfbe157418e3d2bfaf7abe' 'v2.6.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.3.zip"
$out = "v2.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b737ad3555742b8d961515913f126b8540c2beabeebfbe157418e3d2bfaf7abe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.3.tar.gz
printf '%s %s\n' 'e5dad4f2c9e1a4c100c72a6c37bddb43497e83a9d33948791641b58f8ced1c80' 'v2.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.3.tar.gz"
$out = "v2.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e5dad4f2c9e1a4c100c72a6c37bddb43497e83a9d33948791641b58f8ced1c80") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.3.zip | zip | 88.8 KiB |
blake3-24 40595b39deb2958b671075bd8b988e23ea854d270463eca7
sha256 b737ad3555742b8d961515913f126b8540c2beabeebfbe157418e3d2bfaf7abe
sha1 b9311e1207796f6c851fd940699a0f643bdc6c6e
|
| v2.6.3.tar.gz | tar.gz | 68.9 KiB |
blake3-24 d6e0a281b1727775384ad5f7acb95c4844fb630ce0fcb406
sha256 e5dad4f2c9e1a4c100c72a6c37bddb43497e83a9d33948791641b58f8ced1c80
sha1 55b9a84cb66f342a604f8a946851cdfc37777cba
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.3.tar.gz"],
integrity = "sha256-5drU8snhpMEAxypsN73bQ0l+g6nTOUh5FkG1j4ztHIA=",
strip_prefix = "meshtastic-protobufs-v2.6.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.3.tar.gz"],
integrity = "sha256-5drU8snhpMEAxypsN73bQ0l+g6nTOUh5FkG1j4ztHIA=",
strip_prefix = "meshtastic-protobufs-v2.6.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.3.tar.gz",