vault / meshtastic-protobufs / v2.5.23
meshtastic-protobufs @ v2.5.23
integrity
- size
- 85.8 KiB
- downloaded
- last checked
release notes
What's Changed
- Deprecate did_gps_reset by @fifieldt in https://github.com/meshtastic/protobufs/pull/651
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.22...v2.5.23
download
unix · zip
curl -fL -o v2.5.23.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.23.zip
printf '%s %s\n' '12f700863d0539a0321bd85aeaba1dfc4dad7275e2e553b9d70240af3a8efd27' 'v2.5.23.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.23.zip"
$out = "v2.5.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "12f700863d0539a0321bd85aeaba1dfc4dad7275e2e553b9d70240af3a8efd27") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.23.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.23.tar.gz
printf '%s %s\n' '807d16c51fa0ad60f7903fdc3af95e5cff11b5e52882d746d0960b4feb8f1f16' 'v2.5.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.23.tar.gz"
$out = "v2.5.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "807d16c51fa0ad60f7903fdc3af95e5cff11b5e52882d746d0960b4feb8f1f16") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.23.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.23.zip
printf '%s %s\n' '12f700863d0539a0321bd85aeaba1dfc4dad7275e2e553b9d70240af3a8efd27' 'v2.5.23.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.23.zip"
$out = "v2.5.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "12f700863d0539a0321bd85aeaba1dfc4dad7275e2e553b9d70240af3a8efd27") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.23.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.23.tar.gz
printf '%s %s\n' '807d16c51fa0ad60f7903fdc3af95e5cff11b5e52882d746d0960b4feb8f1f16' 'v2.5.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.23.tar.gz"
$out = "v2.5.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "807d16c51fa0ad60f7903fdc3af95e5cff11b5e52882d746d0960b4feb8f1f16") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.23.zip | zip | 87.2 KiB |
blake3-24 9befbcd97d746c9fc65bab2363efda120a5ab5986bdf12c8
sha256 12f700863d0539a0321bd85aeaba1dfc4dad7275e2e553b9d70240af3a8efd27
sha1 6160eb03efd65fb0ce287a3bde0e410ad02cece7
|
| v2.5.23.tar.gz | tar.gz | 67.5 KiB |
blake3-24 b6900090b8f1630c59629513d2f93d5a8e3af12cfdf1a0d9
sha256 807d16c51fa0ad60f7903fdc3af95e5cff11b5e52882d746d0960b4feb8f1f16
sha1 fd1f5c20d993e8d2d5785d8b279313b1f08062d8
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.23.tar.gz"],
integrity = "sha256-gH0WxR+grWD3kD/cOvleXP8RteUogtdG0JYLT+uPHxY=",
strip_prefix = "meshtastic-protobufs-v2.5.23",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.23.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.23.tar.gz"],
integrity = "sha256-gH0WxR+grWD3kD/cOvleXP8RteUogtdG0JYLT+uPHxY=",
strip_prefix = "meshtastic-protobufs-v2.5.23",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.23.tar.gz",