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

meshtastic-protobufs @ v2.0.22

integrity

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

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.21...v2.0.22

download

unix · zip
curl -fL -o v2.0.22.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.22.zip
                    printf '%s  %s\n' '67db0c59aa37d0a9be1bdc0acf2d9142484738b33158d604d8dfec8ce82635e4' 'v2.0.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.22.zip"
$out = "v2.0.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67db0c59aa37d0a9be1bdc0acf2d9142484738b33158d604d8dfec8ce82635e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.22.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.22.tar.gz
                    printf '%s  %s\n' 'a7be708b4fa9a34389f986e95b9c6577147d8c0d4ec74e500f0b38c3c475be9b' 'v2.0.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.22.tar.gz"
$out = "v2.0.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7be708b4fa9a34389f986e95b9c6577147d8c0d4ec74e500f0b38c3c475be9b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.22.zip
                    printf '%s  %s\n' '67db0c59aa37d0a9be1bdc0acf2d9142484738b33158d604d8dfec8ce82635e4' 'v2.0.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.22.zip"
$out = "v2.0.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67db0c59aa37d0a9be1bdc0acf2d9142484738b33158d604d8dfec8ce82635e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.22.tar.gz
                    printf '%s  %s\n' 'a7be708b4fa9a34389f986e95b9c6577147d8c0d4ec74e500f0b38c3c475be9b' 'v2.0.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.22.tar.gz"
$out = "v2.0.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7be708b4fa9a34389f986e95b9c6577147d8c0d4ec74e500f0b38c3c475be9b") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.22.zip zip 63.3 KiB
blake3-24 547b2c79434124c67d03ffb864f82242ab6a0b11529a858c
sha256 67db0c59aa37d0a9be1bdc0acf2d9142484738b33158d604d8dfec8ce82635e4
sha1 637cbe658d4fcbb6d8eae9e42c1b85f186e3b5ad
v2.0.22.tar.gz tar.gz 47.8 KiB
blake3-24 837b632f03cacd0b62923d0f2faaf7510da6203fa4e7d0d6
sha256 a7be708b4fa9a34389f986e95b9c6577147d8c0d4ec74e500f0b38c3c475be9b
sha1 9d7f1a6d3a75b8b120e76001b560e7386c53f794

install

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