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.0.20
vault / meshtastic-protobufs / v2.0.20

meshtastic-protobufs @ v2.0.20

integrity

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

release notes

Protobufs for version v2.0.20 release of Meshtastic firmware

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.19...v2.0.20

download

unix · zip
curl -fL -o v2.0.20.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.20.zip
                    printf '%s  %s\n' '99569ac66d76fff89bf0a17365fe07b821d1df011e1b4ff55cae3ce2bd565eba' 'v2.0.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.20.zip"
$out = "v2.0.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99569ac66d76fff89bf0a17365fe07b821d1df011e1b4ff55cae3ce2bd565eba") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.20.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.20.tar.gz
                    printf '%s  %s\n' '8353ec237907d53129b17e1129366256253b735b2be3b936fa34187c825439fc' 'v2.0.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.20.tar.gz"
$out = "v2.0.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8353ec237907d53129b17e1129366256253b735b2be3b936fa34187c825439fc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.20.zip
                    printf '%s  %s\n' '99569ac66d76fff89bf0a17365fe07b821d1df011e1b4ff55cae3ce2bd565eba' 'v2.0.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.20.zip"
$out = "v2.0.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99569ac66d76fff89bf0a17365fe07b821d1df011e1b4ff55cae3ce2bd565eba") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.20.tar.gz
                    printf '%s  %s\n' '8353ec237907d53129b17e1129366256253b735b2be3b936fa34187c825439fc' 'v2.0.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.20.tar.gz"
$out = "v2.0.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8353ec237907d53129b17e1129366256253b735b2be3b936fa34187c825439fc") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.20.zip zip 63.7 KiB
blake3-24 9a890dc47ed12aefeca4dafc1cec14821926e51f56b9f579
sha256 99569ac66d76fff89bf0a17365fe07b821d1df011e1b4ff55cae3ce2bd565eba
sha1 21785cff932a1d7334584c84f4d266389c5c4e25
v2.0.20.tar.gz tar.gz 47.8 KiB
blake3-24 0eee5a0cb4a14522b410e0cca325e6db3b2b3b578be84e01
sha256 8353ec237907d53129b17e1129366256253b735b2be3b936fa34187c825439fc
sha1 dbd4fd27d0df796fecea6977f76b2a63fe2b1dab

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.20.tar.gz"],
    integrity = "sha256-g1PsI3kH1TEpsX4RKTZiViU7c1sr47k2+jQYfIJUOfw=",
    strip_prefix = "meshtastic-protobufs-v2.0.20",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.20.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.20.tar.gz"],
    integrity = "sha256-g1PsI3kH1TEpsX4RKTZiViU7c1sr47k2+jQYfIJUOfw=",
    strip_prefix = "meshtastic-protobufs-v2.0.20",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.20.tar.gz",
← v2.0.21v2.0.19 →