vault / meshtastic-protobufs / v2.5.20
meshtastic-protobufs @ v2.5.20
integrity
- size
- 85.8 KiB
- downloaded
- last checked
release notes
What's Changed
- add dfrobot gravity rain gauge by @caveman99 in https://github.com/meshtastic/protobufs/pull/646
- Added definition for MeshLink board by @ponzano in https://github.com/meshtastic/protobufs/pull/644
New Contributors
- @ponzano made their first contribution in https://github.com/meshtastic/protobufs/pull/644
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.19...v2.5.20
download
unix · zip
curl -fL -o v2.5.20.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.20.zip
printf '%s %s\n' '29aecf677e90a51329f22c303a8cb008bce0c21480008aa3dc6cb11ef28bc28b' 'v2.5.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.20.zip"
$out = "v2.5.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "29aecf677e90a51329f22c303a8cb008bce0c21480008aa3dc6cb11ef28bc28b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.20.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.20.tar.gz
printf '%s %s\n' '6ceec6a59d64c57480276455a8eace9fc1b71575dedbce1a4249ab406a95bdfb' 'v2.5.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.20.tar.gz"
$out = "v2.5.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6ceec6a59d64c57480276455a8eace9fc1b71575dedbce1a4249ab406a95bdfb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.20.zip
printf '%s %s\n' '29aecf677e90a51329f22c303a8cb008bce0c21480008aa3dc6cb11ef28bc28b' 'v2.5.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.20.zip"
$out = "v2.5.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "29aecf677e90a51329f22c303a8cb008bce0c21480008aa3dc6cb11ef28bc28b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.20.tar.gz
printf '%s %s\n' '6ceec6a59d64c57480276455a8eace9fc1b71575dedbce1a4249ab406a95bdfb' 'v2.5.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.20.tar.gz"
$out = "v2.5.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6ceec6a59d64c57480276455a8eace9fc1b71575dedbce1a4249ab406a95bdfb") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.20.zip | zip | 87.1 KiB |
blake3-24 4706e5df3a6bba3d08f6317f9ad6a423685786c1559a4233
sha256 29aecf677e90a51329f22c303a8cb008bce0c21480008aa3dc6cb11ef28bc28b
sha1 9b3b435646cf67d9c18f4b9c98559ef8f4e01ad0
|
| v2.5.20.tar.gz | tar.gz | 67.5 KiB |
blake3-24 0f3a39f97fc5451fbbdeb806609c9e7c92140023e79958f8
sha256 6ceec6a59d64c57480276455a8eace9fc1b71575dedbce1a4249ab406a95bdfb
sha1 026b3cbf9674de09fb81a7e47e4beefd2aae1f5a
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.20.tar.gz"],
integrity = "sha256-bO7GpZ1kxXSAJ2RVqOrOn8G3FXXe284aQkmrQGqVvfs=",
strip_prefix = "meshtastic-protobufs-v2.5.20",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.20.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.20.tar.gz"],
integrity = "sha256-bO7GpZ1kxXSAJ2RVqOrOn8G3FXXe284aQkmrQGqVvfs=",
strip_prefix = "meshtastic-protobufs-v2.5.20",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.20.tar.gz",