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

meshtastic-protobufs @ v2.2.22

integrity

size
70.4 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.2.21...v2.2.22

download

unix · zip
curl -fL -o v2.2.22.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.zip
                    printf '%s  %s\n' 'ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2' 'v2.2.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.zip"
$out = "v2.2.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.22.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz
                    printf '%s  %s\n' '86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336' 'v2.2.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz"
$out = "v2.2.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.zip
                    printf '%s  %s\n' 'ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2' 'v2.2.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.zip"
$out = "v2.2.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz
                    printf '%s  %s\n' '86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336' 'v2.2.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz"
$out = "v2.2.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.22.zip zip 71.4 KiB
blake3-24 19bdb93d5ce371e0abbf71d9b48a9bc059725197a199943c
sha256 ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2
sha1 d1c0476278b7585796419334f582b08d0e414bbc
v2.2.22.tar.gz tar.gz 53.8 KiB
blake3-24 419b345fd3278d409eaf46e67735f0c3446e4a0edc6198f8
sha256 86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336
sha1 0d9177964a06bdf5ac0bfd40f425b21eb071db39

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz"],
    integrity = "sha256-hsKoQcL1nps/nAfae6YckmxilAsU05zyiLq6+o9CgzY=",
    strip_prefix = "meshtastic-protobufs-v2.2.22",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz"],
    integrity = "sha256-hsKoQcL1nps/nAfae6YckmxilAsU05zyiLq6+o9CgzY=",
    strip_prefix = "meshtastic-protobufs-v2.2.22",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz",
← v2.2.23v2.2.21 →