vault / meshtastic-protobufs / v2.7.12
meshtastic-protobufs @ v2.7.12
integrity
- size
- 99.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Rename MUZI_R1_NEO by @jp-bennett in https://github.com/meshtastic/protobufs/pull/782
- add T-Watch Ultra hardware model by @mverch67 in https://github.com/meshtastic/protobufs/pull/784
- Add manually_verified bit to SharedContact by @jp-bennett in https://github.com/meshtastic/protobufs/pull/785
- MUI: add danish language enum by @mverch67 in https://github.com/meshtastic/protobufs/pull/786
- Add number of dropped packets to LocalStats by @GUVWAF in https://github.com/meshtastic/protobufs/pull/787
- Change java package to
org.meshtastic.protoby @poliver in https://github.com/meshtastic/protobufs/pull/788 - Add ignore option for FILE_OPTION_CHANGED by @jamesarich in https://github.com/meshtastic/protobufs/pull/789
- ci: fix publish github action workflow for publishing to JSR, Cargo, … by @danditomaso in https://github.com/meshtastic/protobufs/pull/790
- Finalize channel is_muted re-work by @Xaositek in https://github.com/meshtastic/protobufs/pull/792
New Contributors
- @poliver made their first contribution in https://github.com/meshtastic/protobufs/pull/788
- @jamesarich made their first contribution in https://github.com/meshtastic/protobufs/pull/789
- @danditomaso made their first contribution in https://github.com/meshtastic/protobufs/pull/790
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.11...v2.7.12
download
unix · zip
curl -fL -o v2.7.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.zip
printf '%s %s\n' '843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7' 'v2.7.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.zip"
$out = "v2.7.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.tar.gz
printf '%s %s\n' 'ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453' 'v2.7.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.tar.gz"
$out = "v2.7.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.zip
printf '%s %s\n' '843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7' 'v2.7.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.zip"
$out = "v2.7.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.tar.gz
printf '%s %s\n' 'ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453' 'v2.7.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.tar.gz"
$out = "v2.7.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.12.zip | zip | 100.0 KiB |
blake3-24 fe2d865d2ab685a204c021a49356aa53f66e4bc12a95adfb
sha256 843b282f2d4c63f036b68b6f2219f6419c403083a81beed00efeb4416b9228e7
sha1 dba5ba597b5ede899475160f1a5257014a1a586f
|
| v2.7.12.tar.gz | tar.gz | 77.4 KiB |
blake3-24 18fca4b2b75df1b4a9a6cb855e4aafa85b31b929ba591bba
sha256 ffec291dc74131846d0c32787ae395877c7eca20a7d31e5093445befc7d78453
sha1 ba1fd97b133d0eeac571f470005dca795da9f307
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.tar.gz"],
integrity = "sha256-/+wpHcdBMYRtDDJ4euOVh3x+yiCn0x5Qk0Rb78fXhFM=",
strip_prefix = "meshtastic-protobufs-v2.7.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.tar.gz"],
integrity = "sha256-/+wpHcdBMYRtDDJ4euOVh3x+yiCn0x5Qk0Rb78fXhFM=",
strip_prefix = "meshtastic-protobufs-v2.7.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.12.tar.gz",