vault / meshtastic-protobufs / v2.3.6
meshtastic-protobufs @ v2.3.6
integrity
- size
- 74.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Add CDEBYTE_EORA_S3 to mesh.proto HardwareModel enum by @S5NC in https://github.com/meshtastic/protobufs/pull/484
- Update config.proto by @garthvh in https://github.com/meshtastic/protobufs/pull/452
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.5...v2.3.6
download
unix · zip
curl -fL -o v2.3.6.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.6.zip
printf '%s %s\n' 'e8b11bf5db0452e8a588dbd590424cc539efa7369d66ff8166fcc005c9891b31' 'v2.3.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.6.zip"
$out = "v2.3.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8b11bf5db0452e8a588dbd590424cc539efa7369d66ff8166fcc005c9891b31") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.6.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.6.tar.gz
printf '%s %s\n' 'd30d0774eed0aa9468978530211978c812c498853c8438af541e2d5137d3af11' 'v2.3.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.6.tar.gz"
$out = "v2.3.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d30d0774eed0aa9468978530211978c812c498853c8438af541e2d5137d3af11") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.6.zip
printf '%s %s\n' 'e8b11bf5db0452e8a588dbd590424cc539efa7369d66ff8166fcc005c9891b31' 'v2.3.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.6.zip"
$out = "v2.3.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8b11bf5db0452e8a588dbd590424cc539efa7369d66ff8166fcc005c9891b31") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.6.tar.gz
printf '%s %s\n' 'd30d0774eed0aa9468978530211978c812c498853c8438af541e2d5137d3af11' 'v2.3.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.6.tar.gz"
$out = "v2.3.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d30d0774eed0aa9468978530211978c812c498853c8438af541e2d5137d3af11") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.6.zip | zip | 75.4 KiB |
blake3-24 a36def91bcbb7dcc45557598ec4c4e1a3b81712b64209bde
sha256 e8b11bf5db0452e8a588dbd590424cc539efa7369d66ff8166fcc005c9891b31
sha1 18dd321793066f4d639c4008dd58326d7875d8b5
|
| v2.3.6.tar.gz | tar.gz | 57.8 KiB |
blake3-24 5c492c22ed849fd33dff7c659c3f477042a8bc160334e139
sha256 d30d0774eed0aa9468978530211978c812c498853c8438af541e2d5137d3af11
sha1 98444921150c3617c6c1a0d8db2e58022f617f40
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.6.tar.gz"],
integrity = "sha256-0w0HdO7QqpRol4UwIRl4yBLEmIU8hDivVB4tUTfTrxE=",
strip_prefix = "meshtastic-protobufs-v2.3.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.6.tar.gz"],
integrity = "sha256-0w0HdO7QqpRol4UwIRl4yBLEmIU8hDivVB4tUTfTrxE=",
strip_prefix = "meshtastic-protobufs-v2.3.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.6.tar.gz",