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

meshtastic-protobufs @ v2.2.17

integrity

size
68.2 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.16...v2.2.17

download

unix · zip
curl -fL -o v2.2.17.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.17.zip
                    printf '%s  %s\n' 'b4520a1f6fa7d7507167eb84889b5e7c2117a255f894b8a4b17a7c61f1e3ee9d' 'v2.2.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.17.zip"
$out = "v2.2.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b4520a1f6fa7d7507167eb84889b5e7c2117a255f894b8a4b17a7c61f1e3ee9d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.17.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.17.tar.gz
                    printf '%s  %s\n' 'f07f4ae1bb9f4a1b408952209f5fbb98791bec3202f7fc36ffea26fae9345043' 'v2.2.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.17.tar.gz"
$out = "v2.2.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f07f4ae1bb9f4a1b408952209f5fbb98791bec3202f7fc36ffea26fae9345043") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.17.zip
                    printf '%s  %s\n' 'b4520a1f6fa7d7507167eb84889b5e7c2117a255f894b8a4b17a7c61f1e3ee9d' 'v2.2.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.17.zip"
$out = "v2.2.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b4520a1f6fa7d7507167eb84889b5e7c2117a255f894b8a4b17a7c61f1e3ee9d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.17.tar.gz
                    printf '%s  %s\n' 'f07f4ae1bb9f4a1b408952209f5fbb98791bec3202f7fc36ffea26fae9345043' 'v2.2.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.17.tar.gz"
$out = "v2.2.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f07f4ae1bb9f4a1b408952209f5fbb98791bec3202f7fc36ffea26fae9345043") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.17.zip zip 69.0 KiB
blake3-24 112c443e4d8d4abaa9b2a7497f271d8e69931e12bedacb76
sha256 b4520a1f6fa7d7507167eb84889b5e7c2117a255f894b8a4b17a7c61f1e3ee9d
sha1 24e46202bf936286e1809b560561b6ba0c0b1de7
v2.2.17.tar.gz tar.gz 52.1 KiB
blake3-24 aead39798eef113b506ce825fca62e2118bc71fa49253fd9
sha256 f07f4ae1bb9f4a1b408952209f5fbb98791bec3202f7fc36ffea26fae9345043
sha1 a385836df378aed896f172b18a57d37f000586d7

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.17.tar.gz"],
    integrity = "sha256-8H9K4bufShtAiVIgn1+7mHkb7DIC9/w2/+om+uk0UEM=",
    strip_prefix = "meshtastic-protobufs-v2.2.17",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.17.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.17.tar.gz"],
    integrity = "sha256-8H9K4bufShtAiVIgn1+7mHkb7DIC9/w2/+om+uk0UEM=",
    strip_prefix = "meshtastic-protobufs-v2.2.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.17.tar.gz",
← v2.2.18v2.2.16 →