vault / meshtastic-protobufs / v2.6.2
meshtastic-protobufs @ v2.6.2
integrity
- size
- 87.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Fix empty doc to satisfy picky linters by @krant in https://github.com/meshtastic/protobufs/pull/660
- Cleanup formatting - trim excessive spaces, add missing newlines, etc. by @krant in https://github.com/meshtastic/protobufs/pull/661
- Update NTP Server Comments by @pdxlocations in https://github.com/meshtastic/protobufs/pull/658
- device_ui: add Ukrainian by @krant in https://github.com/meshtastic/protobufs/pull/659
- Thinknodes and T-ETH by @caveman99 in https://github.com/meshtastic/protobufs/pull/662
New Contributors
- @krant made their first contribution in https://github.com/meshtastic/protobufs/pull/660
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.1...v2.6.2
download
unix · zip
curl -fL -o v2.6.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.2.zip
printf '%s %s\n' '3092f2281faced3321b796530c0139f45fd06c7b31a4e1c54895de8141fa82c7' 'v2.6.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.2.zip"
$out = "v2.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3092f2281faced3321b796530c0139f45fd06c7b31a4e1c54895de8141fa82c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.2.tar.gz
printf '%s %s\n' 'f47d88d964772624a2948bd9bb08a0371cef1a8f57533fc5b869cfe357a4e671' 'v2.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.2.tar.gz"
$out = "v2.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f47d88d964772624a2948bd9bb08a0371cef1a8f57533fc5b869cfe357a4e671") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.2.zip
printf '%s %s\n' '3092f2281faced3321b796530c0139f45fd06c7b31a4e1c54895de8141fa82c7' 'v2.6.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.2.zip"
$out = "v2.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3092f2281faced3321b796530c0139f45fd06c7b31a4e1c54895de8141fa82c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.2.tar.gz
printf '%s %s\n' 'f47d88d964772624a2948bd9bb08a0371cef1a8f57533fc5b869cfe357a4e671' 'v2.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.2.tar.gz"
$out = "v2.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f47d88d964772624a2948bd9bb08a0371cef1a8f57533fc5b869cfe357a4e671") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.2.zip | zip | 88.7 KiB |
blake3-24 7304af71be25b54f5879e2361458d331df1c7559a2b3ff41
sha256 3092f2281faced3321b796530c0139f45fd06c7b31a4e1c54895de8141fa82c7
sha1 2bd42ad659641943fac73bc85143107627376851
|
| v2.6.2.tar.gz | tar.gz | 68.9 KiB |
blake3-24 215f46db81a17a65ba730d5d2d78dd45b5449d7c88666a46
sha256 f47d88d964772624a2948bd9bb08a0371cef1a8f57533fc5b869cfe357a4e671
sha1 7edcf65cf1475923a84652fe1d4484c229233e25
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.2.tar.gz"],
integrity = "sha256-9H2I2WR3JiSilIvZuwigNxzvGo9XUz/FuGnP41ek5nE=",
strip_prefix = "meshtastic-protobufs-v2.6.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.2.tar.gz"],
integrity = "sha256-9H2I2WR3JiSilIvZuwigNxzvGo9XUz/FuGnP41ek5nE=",
strip_prefix = "meshtastic-protobufs-v2.6.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.2.tar.gz",