yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-protobufs/v2.5.20
vault / meshtastic-protobufs / v2.5.20

meshtastic-protobufs @ v2.5.20

integrity

size
85.8 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

What's Changed

New Contributors

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",
← v2.5.21v2.5.19 →