vault / meshtastic-protobufs / v2.7.3
meshtastic-protobufs @ v2.7.3
integrity
- size
- 91.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Add ThinkNode M5 to mesh.proto by @jp-bennett in https://github.com/meshtastic/protobufs/pull/726
- Update bufbuild GitHub Actions by @vidplace7 in https://github.com/meshtastic/protobufs/pull/728
- Add DIRECT_MSG_ONLY Buzzer mode by @vidplace7 in https://github.com/meshtastic/protobufs/pull/727
New Contributors
- @vidplace7 made their first contribution in https://github.com/meshtastic/protobufs/pull/728
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.2...v2.7.3
download
unix · zip
curl -fL -o v2.7.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.3.zip
printf '%s %s\n' '255a828375c7c598b96096e0ea2210162a590af4392ad7076f944b91d7ab94c5' 'v2.7.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.3.zip"
$out = "v2.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "255a828375c7c598b96096e0ea2210162a590af4392ad7076f944b91d7ab94c5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.3.tar.gz
printf '%s %s\n' '107be7867e1e8430ee07e56812d1d29c84931313efd29d20bcd4e822ab4c4160' 'v2.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.3.tar.gz"
$out = "v2.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "107be7867e1e8430ee07e56812d1d29c84931313efd29d20bcd4e822ab4c4160") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.3.zip
printf '%s %s\n' '255a828375c7c598b96096e0ea2210162a590af4392ad7076f944b91d7ab94c5' 'v2.7.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.3.zip"
$out = "v2.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "255a828375c7c598b96096e0ea2210162a590af4392ad7076f944b91d7ab94c5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.3.tar.gz
printf '%s %s\n' '107be7867e1e8430ee07e56812d1d29c84931313efd29d20bcd4e822ab4c4160' 'v2.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.3.tar.gz"
$out = "v2.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "107be7867e1e8430ee07e56812d1d29c84931313efd29d20bcd4e822ab4c4160") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.3.zip | zip | 92.8 KiB |
blake3-24 fc90c0cb363d22b9d4f4379c7dbf6fd14db2482a028252bd
sha256 255a828375c7c598b96096e0ea2210162a590af4392ad7076f944b91d7ab94c5
sha1 6679db6ad1eb47bb56a05f6576b6c41524cef775
|
| v2.7.3.tar.gz | tar.gz | 72.6 KiB |
blake3-24 0803fd88fa701eec64be4b78de79f91da5766b95894f3cdd
sha256 107be7867e1e8430ee07e56812d1d29c84931313efd29d20bcd4e822ab4c4160
sha1 2f06d0e50f2e49e79cdcf0a35386ef38e56b3bb5
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.3.tar.gz"],
integrity = "sha256-EHvnhn4ehDDuB+VoEtHSnISTExPv0p0gvNToIqtMQWA=",
strip_prefix = "meshtastic-protobufs-v2.7.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.3.tar.gz"],
integrity = "sha256-EHvnhn4ehDDuB+VoEtHSnISTExPv0p0gvNToIqtMQWA=",
strip_prefix = "meshtastic-protobufs-v2.7.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.3.tar.gz",