vault / meshtastic-protobufs / v2.1.6
meshtastic-protobufs @ v2.1.6
integrity
- size
- 62.6 KiB
- downloaded
- last checked
release notes
What's Changed
- Double tap as button press by @thebentern in https://github.com/meshtastic/protobufs/pull/333
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.5...v2.1.6
download
unix · zip
curl -fL -o v2.1.6.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.6.zip
printf '%s %s\n' '50ae3165e1ec001e673d41590f9fd9e6a2c86941ad4d76b2ba61e224e299d4fe' 'v2.1.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.6.zip"
$out = "v2.1.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50ae3165e1ec001e673d41590f9fd9e6a2c86941ad4d76b2ba61e224e299d4fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.6.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.6.tar.gz
printf '%s %s\n' '942e8e9404f887763a8added88368e1797a1ecf6406fae2bae8dc8c1d003bbe4' 'v2.1.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.6.tar.gz"
$out = "v2.1.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "942e8e9404f887763a8added88368e1797a1ecf6406fae2bae8dc8c1d003bbe4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.6.zip
printf '%s %s\n' '50ae3165e1ec001e673d41590f9fd9e6a2c86941ad4d76b2ba61e224e299d4fe' 'v2.1.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.6.zip"
$out = "v2.1.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50ae3165e1ec001e673d41590f9fd9e6a2c86941ad4d76b2ba61e224e299d4fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.6.tar.gz
printf '%s %s\n' '942e8e9404f887763a8added88368e1797a1ecf6406fae2bae8dc8c1d003bbe4' 'v2.1.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.6.tar.gz"
$out = "v2.1.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "942e8e9404f887763a8added88368e1797a1ecf6406fae2bae8dc8c1d003bbe4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.6.zip | zip | 63.4 KiB |
blake3-24 8ba2c7a7f52c2430a62ae026b3c2e6a4bbb9bba3a7969520
sha256 50ae3165e1ec001e673d41590f9fd9e6a2c86941ad4d76b2ba61e224e299d4fe
sha1 f301c5871d805bad00d912425913c538205de613
|
| v2.1.6.tar.gz | tar.gz | 48.0 KiB |
blake3-24 c681186403818c6788812bb7192bfb369642527b2a45a588
sha256 942e8e9404f887763a8added88368e1797a1ecf6406fae2bae8dc8c1d003bbe4
sha1 c17c9d1ec4de4e93e7b3b4d04c23c78248873f78
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.6.tar.gz"],
integrity = "sha256-lC6OlAT4h3Y6it3tiDaOF5eh7PZAb64rro3IwdADu+Q=",
strip_prefix = "meshtastic-protobufs-v2.1.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.6.tar.gz"],
integrity = "sha256-lC6OlAT4h3Y6it3tiDaOF5eh7PZAb64rro3IwdADu+Q=",
strip_prefix = "meshtastic-protobufs-v2.1.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.6.tar.gz",