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

meshtastic-protobufs @ v2.6.6

integrity

size
87.6 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.6.5...v2.6.6

download

unix · zip
curl -fL -o v2.6.6.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.6.zip
                    printf '%s  %s\n' '0326ae61485f29279f80499e39b0cc5c195a7081cded2f6c519e6ecb9edfdccc' 'v2.6.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.6.zip"
$out = "v2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0326ae61485f29279f80499e39b0cc5c195a7081cded2f6c519e6ecb9edfdccc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.6.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.6.tar.gz
                    printf '%s  %s\n' 'd793aaafff1e430cb9dbb20b14892b8a9e787d60016ffe26c9640571dc282e29' 'v2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.6.tar.gz"
$out = "v2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d793aaafff1e430cb9dbb20b14892b8a9e787d60016ffe26c9640571dc282e29") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.6.zip
                    printf '%s  %s\n' '0326ae61485f29279f80499e39b0cc5c195a7081cded2f6c519e6ecb9edfdccc' 'v2.6.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.6.zip"
$out = "v2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0326ae61485f29279f80499e39b0cc5c195a7081cded2f6c519e6ecb9edfdccc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.6.tar.gz
                    printf '%s  %s\n' 'd793aaafff1e430cb9dbb20b14892b8a9e787d60016ffe26c9640571dc282e29' 'v2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.6.tar.gz"
$out = "v2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d793aaafff1e430cb9dbb20b14892b8a9e787d60016ffe26c9640571dc282e29") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.6.zip zip 89.1 KiB
blake3-24 dafda2e2e7405cc6b7f6962b98b670ee75a2538aa3752f7f
sha256 0326ae61485f29279f80499e39b0cc5c195a7081cded2f6c519e6ecb9edfdccc
sha1 5bf8f7b2427e16fd1d111aa9df29dd568017608c
v2.6.6.tar.gz tar.gz 69.2 KiB
blake3-24 24c8570c3f60fd611b62d16b6073842dfdffba45c8de7dcf
sha256 d793aaafff1e430cb9dbb20b14892b8a9e787d60016ffe26c9640571dc282e29
sha1 a226bc61e0f408055a4f79f9340ce944a75a2872

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.6.tar.gz"],
    integrity = "sha256-15Oqr/8eQwy527ILFIkrip54fWABb/4myWQFcdwoLik=",
    strip_prefix = "meshtastic-protobufs-v2.6.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.6.tar.gz"],
    integrity = "sha256-15Oqr/8eQwy527ILFIkrip54fWABb/4myWQFcdwoLik=",
    strip_prefix = "meshtastic-protobufs-v2.6.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.6.tar.gz",
← v2.6.7v2.6.5 →