vault / meshtastic-protobufs / v2.6.12
meshtastic-protobufs @ v2.6.12
integrity
- size
- 90.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Add blank messages for ClientNotification oneof by @jp-bennett in https://github.com/meshtastic/protobufs/pull/701
- Implement send_input_event by @thebentern in https://github.com/meshtastic/protobufs/pull/702
- Add ability to block Shared contacts by @thebentern in https://github.com/meshtastic/protobufs/pull/705
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.11...v2.6.12
download
unix · zip
curl -fL -o v2.6.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.12.zip
printf '%s %s\n' '1eb93d1035a72d2a3c4fb45682abf8fd1d05e249b06a9c644e497c3410c15efa' 'v2.6.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.12.zip"
$out = "v2.6.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1eb93d1035a72d2a3c4fb45682abf8fd1d05e249b06a9c644e497c3410c15efa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.12.tar.gz
printf '%s %s\n' 'a8ff7ceba2f95533cf5ebee70ef2b5dfa29b814f253e6ae77ae50ae8fdf8cfbe' 'v2.6.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.12.tar.gz"
$out = "v2.6.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a8ff7ceba2f95533cf5ebee70ef2b5dfa29b814f253e6ae77ae50ae8fdf8cfbe") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.12.zip
printf '%s %s\n' '1eb93d1035a72d2a3c4fb45682abf8fd1d05e249b06a9c644e497c3410c15efa' 'v2.6.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.12.zip"
$out = "v2.6.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1eb93d1035a72d2a3c4fb45682abf8fd1d05e249b06a9c644e497c3410c15efa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.12.tar.gz
printf '%s %s\n' 'a8ff7ceba2f95533cf5ebee70ef2b5dfa29b814f253e6ae77ae50ae8fdf8cfbe' 'v2.6.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.12.tar.gz"
$out = "v2.6.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a8ff7ceba2f95533cf5ebee70ef2b5dfa29b814f253e6ae77ae50ae8fdf8cfbe") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.12.zip | zip | 91.6 KiB |
blake3-24 11d318018524c9cce94af713df2b0c73b601e88687d5d403
sha256 1eb93d1035a72d2a3c4fb45682abf8fd1d05e249b06a9c644e497c3410c15efa
sha1 339d4bb605408845f5d20f2f9124827769910633
|
| v2.6.12.tar.gz | tar.gz | 71.6 KiB |
blake3-24 73561830b9ee52cfda5fb61a8e4a96213dae7cf8a765111e
sha256 a8ff7ceba2f95533cf5ebee70ef2b5dfa29b814f253e6ae77ae50ae8fdf8cfbe
sha1 9bc8b6c7536899ece363476595a50cf07c14c794
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.12.tar.gz"],
integrity = "sha256-qP9866L5VTPPXr7nDvK136KbgU8lPmrneuUK6P34z74=",
strip_prefix = "meshtastic-protobufs-v2.6.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.12.tar.gz"],
integrity = "sha256-qP9866L5VTPPXr7nDvK136KbgU8lPmrneuUK6P34z74=",
strip_prefix = "meshtastic-protobufs-v2.6.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.12.tar.gz",