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

meshtastic-protobufs @ v2.5.8

integrity

size
83.7 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.5.7...v2.5.8

download

unix · zip
curl -fL -o v2.5.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.8.zip
                    printf '%s  %s\n' '1d9e5450a8da6af3e084ce15c5741a5c6109f6feffdcb71f8601e76a11f68593' 'v2.5.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.8.zip"
$out = "v2.5.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d9e5450a8da6af3e084ce15c5741a5c6109f6feffdcb71f8601e76a11f68593") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.8.tar.gz
                    printf '%s  %s\n' 'ccec42c1d11fe0c2d9242c38c6aba3121bf0c103303651042eaaa97e1eb1ca21' 'v2.5.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.8.tar.gz"
$out = "v2.5.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ccec42c1d11fe0c2d9242c38c6aba3121bf0c103303651042eaaa97e1eb1ca21") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.8.zip
                    printf '%s  %s\n' '1d9e5450a8da6af3e084ce15c5741a5c6109f6feffdcb71f8601e76a11f68593' 'v2.5.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.8.zip"
$out = "v2.5.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d9e5450a8da6af3e084ce15c5741a5c6109f6feffdcb71f8601e76a11f68593") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.8.tar.gz
                    printf '%s  %s\n' 'ccec42c1d11fe0c2d9242c38c6aba3121bf0c103303651042eaaa97e1eb1ca21' 'v2.5.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.8.tar.gz"
$out = "v2.5.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ccec42c1d11fe0c2d9242c38c6aba3121bf0c103303651042eaaa97e1eb1ca21") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.8.zip zip 85.0 KiB
blake3-24 931b7939de2e25156054e99fd613609aec1a94e4ab8947e6
sha256 1d9e5450a8da6af3e084ce15c5741a5c6109f6feffdcb71f8601e76a11f68593
sha1 26812984957740f48599926c69a1cb74d481f3a3
v2.5.8.tar.gz tar.gz 65.6 KiB
blake3-24 54a45d0f7bda28e1a69236d0bc41fa28fae275d1d60cd1f6
sha256 ccec42c1d11fe0c2d9242c38c6aba3121bf0c103303651042eaaa97e1eb1ca21
sha1 2e6a4fd4fe9f08ca5a22735aa03793c2a935768c

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.8.tar.gz"],
    integrity = "sha256-zOxCwdEf4MLZJCw4xqujEhvwwQMwNlEELqqpfh6xyiE=",
    strip_prefix = "meshtastic-protobufs-v2.5.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.8.tar.gz"],
    integrity = "sha256-zOxCwdEf4MLZJCw4xqujEhvwwQMwNlEELqqpfh6xyiE=",
    strip_prefix = "meshtastic-protobufs-v2.5.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.8.tar.gz",
← v2.5.9v2.5.7 →