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

meshtastic-protobufs @ v2.1.21

integrity

size
66.7 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.1.20...v2.1.21

download

unix · zip
curl -fL -o v2.1.21.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.21.zip
                    printf '%s  %s\n' 'f28a99a970fdd09cb88595bbbcefee9eaec448b240179f9a4f6a25fcd86b74e3' 'v2.1.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.21.zip"
$out = "v2.1.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f28a99a970fdd09cb88595bbbcefee9eaec448b240179f9a4f6a25fcd86b74e3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.21.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.21.tar.gz
                    printf '%s  %s\n' '8c11287fbe000ec0e0d42064f2b7ca123aad653d6216bc47f7ea9cf897ab54ba' 'v2.1.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.21.tar.gz"
$out = "v2.1.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c11287fbe000ec0e0d42064f2b7ca123aad653d6216bc47f7ea9cf897ab54ba") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.21.zip
                    printf '%s  %s\n' 'f28a99a970fdd09cb88595bbbcefee9eaec448b240179f9a4f6a25fcd86b74e3' 'v2.1.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.21.zip"
$out = "v2.1.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f28a99a970fdd09cb88595bbbcefee9eaec448b240179f9a4f6a25fcd86b74e3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.21.tar.gz
                    printf '%s  %s\n' '8c11287fbe000ec0e0d42064f2b7ca123aad653d6216bc47f7ea9cf897ab54ba' 'v2.1.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.21.tar.gz"
$out = "v2.1.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c11287fbe000ec0e0d42064f2b7ca123aad653d6216bc47f7ea9cf897ab54ba") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.21.zip zip 67.6 KiB
blake3-24 18cc0a05d441a36b3448c8ceb84b7486f596ba9c71bf7dc9
sha256 f28a99a970fdd09cb88595bbbcefee9eaec448b240179f9a4f6a25fcd86b74e3
sha1 4958fea867ae14722ecc366a7d1ad1c2ba748533
v2.1.21.tar.gz tar.gz 50.8 KiB
blake3-24 29d67b121af0ae7d6890adfe1c2f8fdc7b30a9ed02581b36
sha256 8c11287fbe000ec0e0d42064f2b7ca123aad653d6216bc47f7ea9cf897ab54ba
sha1 122c28d2a584772ca211a16502435fabb245380c

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.21.tar.gz"],
    integrity = "sha256-jBEof74ADsDg1CBk8rfKEjqtZT1iFrxH9+qc+JerVLo=",
    strip_prefix = "meshtastic-protobufs-v2.1.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.21.tar.gz"],
    integrity = "sha256-jBEof74ADsDg1CBk8rfKEjqtZT1iFrxH9+qc+JerVLo=",
    strip_prefix = "meshtastic-protobufs-v2.1.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.21.tar.gz",
← v2.1.22v2.1.20 →