vault / meshtastic-protobufs / v2.2.20
meshtastic-protobufs @ v2.2.20
integrity
- size
- 68.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Delete files admin message by @thebentern in https://github.com/meshtastic/protobufs/pull/425
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.19...v2.2.20
download
unix · zip
curl -fL -o v2.2.20.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.20.zip
printf '%s %s\n' 'a8e58035f480b83db7e722f4557be3b12993e1ec54c50afaa1a587c8581f113e' 'v2.2.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.20.zip"
$out = "v2.2.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a8e58035f480b83db7e722f4557be3b12993e1ec54c50afaa1a587c8581f113e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.20.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.20.tar.gz
printf '%s %s\n' 'fd422b1bf22dc8c72d6ec91dc05f60aba323eae7c91d02637767ae66140b288e' 'v2.2.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.20.tar.gz"
$out = "v2.2.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd422b1bf22dc8c72d6ec91dc05f60aba323eae7c91d02637767ae66140b288e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.20.zip
printf '%s %s\n' 'a8e58035f480b83db7e722f4557be3b12993e1ec54c50afaa1a587c8581f113e' 'v2.2.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.20.zip"
$out = "v2.2.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a8e58035f480b83db7e722f4557be3b12993e1ec54c50afaa1a587c8581f113e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.20.tar.gz
printf '%s %s\n' 'fd422b1bf22dc8c72d6ec91dc05f60aba323eae7c91d02637767ae66140b288e' 'v2.2.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.20.tar.gz"
$out = "v2.2.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd422b1bf22dc8c72d6ec91dc05f60aba323eae7c91d02637767ae66140b288e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.20.zip | zip | 69.3 KiB |
blake3-24 bf912a0ca940c416ac07fc29009004a837d75b13d41af8d1
sha256 a8e58035f480b83db7e722f4557be3b12993e1ec54c50afaa1a587c8581f113e
sha1 8e2900be5f43657389e1ad5c2069a75b0ccc347d
|
| v2.2.20.tar.gz | tar.gz | 52.4 KiB |
blake3-24 d1fcbda104da15834453a195813430a120485fe9f15e0480
sha256 fd422b1bf22dc8c72d6ec91dc05f60aba323eae7c91d02637767ae66140b288e
sha1 e846b8ad6523a01232e181247fa2028f8d03b2cc
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.20.tar.gz"],
integrity = "sha256-/UIrG/ItyMctbskdwF9gq6Mj6ufJHQJjd2euZhQLKI4=",
strip_prefix = "meshtastic-protobufs-v2.2.20",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.20.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.20.tar.gz"],
integrity = "sha256-/UIrG/ItyMctbskdwF9gq6Mj6ufJHQJjd2euZhQLKI4=",
strip_prefix = "meshtastic-protobufs-v2.2.20",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.20.tar.gz",