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

meshtastic-protobufs @ v2.2.10

integrity

size
67.0 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.2.9...v2.2.10

download

unix · zip
curl -fL -o v2.2.10.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.10.zip
                    printf '%s  %s\n' '40618a8e089b751d54f0cb1310acc299fd87df225a23defe5f50d39e9a35c04a' 'v2.2.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.10.zip"
$out = "v2.2.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40618a8e089b751d54f0cb1310acc299fd87df225a23defe5f50d39e9a35c04a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.10.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.10.tar.gz
                    printf '%s  %s\n' '161b26976d178e7f8742b8fac8c57b0ecfe4129222f6c36b2c236d2021636e0d' 'v2.2.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.10.tar.gz"
$out = "v2.2.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "161b26976d178e7f8742b8fac8c57b0ecfe4129222f6c36b2c236d2021636e0d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.10.zip
                    printf '%s  %s\n' '40618a8e089b751d54f0cb1310acc299fd87df225a23defe5f50d39e9a35c04a' 'v2.2.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.10.zip"
$out = "v2.2.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40618a8e089b751d54f0cb1310acc299fd87df225a23defe5f50d39e9a35c04a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.10.tar.gz
                    printf '%s  %s\n' '161b26976d178e7f8742b8fac8c57b0ecfe4129222f6c36b2c236d2021636e0d' 'v2.2.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.10.tar.gz"
$out = "v2.2.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "161b26976d178e7f8742b8fac8c57b0ecfe4129222f6c36b2c236d2021636e0d") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.10.zip zip 67.9 KiB
blake3-24 abf630b3030d2e97cdf8ed4c0370a2ffcb9a472388dffbbb
sha256 40618a8e089b751d54f0cb1310acc299fd87df225a23defe5f50d39e9a35c04a
sha1 36c30408b2c49b35cf8881d85232c9910b93355b
v2.2.10.tar.gz tar.gz 51.1 KiB
blake3-24 d85e8415892754d6505b720c7fd3c1922d2c942515cf6897
sha256 161b26976d178e7f8742b8fac8c57b0ecfe4129222f6c36b2c236d2021636e0d
sha1 87d26ede1f3f9eb9dba75a8e861b1e666bb843d0

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.10.tar.gz"],
    integrity = "sha256-Fhsml20Xjn+HQrj6yMV7Ds/kEpIi9sNrLCNtICFjbg0=",
    strip_prefix = "meshtastic-protobufs-v2.2.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.10.tar.gz"],
    integrity = "sha256-Fhsml20Xjn+HQrj6yMV7Ds/kEpIi9sNrLCNtICFjbg0=",
    strip_prefix = "meshtastic-protobufs-v2.2.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.10.tar.gz",
← v2.2.11v2.2.9 →