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

meshtastic-protobufs @ v2.7.26

integrity

size
183.8 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.7.25...v2.7.26

download

unix · zip
curl -fL -o v2.7.26.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.26.zip
                    printf '%s  %s\n' '38474f61573f6ec172d0053694733567ca7aa2897efd35f1698b406341ee0833' 'v2.7.26.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.26.zip"
$out = "v2.7.26.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "38474f61573f6ec172d0053694733567ca7aa2897efd35f1698b406341ee0833") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.26.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.26.tar.gz
                    printf '%s  %s\n' '622a6d42991ff2a530b46d9794ce4e20b2d07b653c0ee34827b9c649cd5eb253' 'v2.7.26.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.26.tar.gz"
$out = "v2.7.26.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "622a6d42991ff2a530b46d9794ce4e20b2d07b653c0ee34827b9c649cd5eb253") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.26.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.26.zip
                    printf '%s  %s\n' '38474f61573f6ec172d0053694733567ca7aa2897efd35f1698b406341ee0833' 'v2.7.26.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.26.zip"
$out = "v2.7.26.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "38474f61573f6ec172d0053694733567ca7aa2897efd35f1698b406341ee0833") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.26.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.26.tar.gz
                    printf '%s  %s\n' '622a6d42991ff2a530b46d9794ce4e20b2d07b653c0ee34827b9c649cd5eb253' 'v2.7.26.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.26.tar.gz"
$out = "v2.7.26.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "622a6d42991ff2a530b46d9794ce4e20b2d07b653c0ee34827b9c649cd5eb253") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.26.zip zip 185.0 KiB
blake3-24 f57941f0d5c8a2845a80a032890d27a0835c94069d3ee801
sha256 38474f61573f6ec172d0053694733567ca7aa2897efd35f1698b406341ee0833
sha1 b2ae1b52e9201f4dcbbd06296d4464f07140908f
v2.7.26.tar.gz tar.gz 158.3 KiB
blake3-24 2a16de88726d7ddb5d92641e58f612958ed46c590cf05a7f
sha256 622a6d42991ff2a530b46d9794ce4e20b2d07b653c0ee34827b9c649cd5eb253
sha1 e752ac79775031b38a62b0ec582139c073f525c1

install

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