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

meshtastic-protobufs @ v2.0.15

integrity

size
61.8 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

Protobufs for version 2.0.15 release of Meshtastic firmware

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.14...v2.0.15

download

unix · zip
curl -fL -o v2.0.15.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.15.zip
                    printf '%s  %s\n' 'b561c3b71fe368c6294838a93d31d7e4e4ed0525589a9b1a635033c09626605a' 'v2.0.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.15.zip"
$out = "v2.0.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b561c3b71fe368c6294838a93d31d7e4e4ed0525589a9b1a635033c09626605a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.15.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.15.tar.gz
                    printf '%s  %s\n' 'b31c3b0b4b31a01199f7f9c900bd23aa1ce297196865c10cad99e9559233cbcb' 'v2.0.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.15.tar.gz"
$out = "v2.0.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b31c3b0b4b31a01199f7f9c900bd23aa1ce297196865c10cad99e9559233cbcb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.15.zip
                    printf '%s  %s\n' 'b561c3b71fe368c6294838a93d31d7e4e4ed0525589a9b1a635033c09626605a' 'v2.0.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.15.zip"
$out = "v2.0.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b561c3b71fe368c6294838a93d31d7e4e4ed0525589a9b1a635033c09626605a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.15.tar.gz
                    printf '%s  %s\n' 'b31c3b0b4b31a01199f7f9c900bd23aa1ce297196865c10cad99e9559233cbcb' 'v2.0.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.15.tar.gz"
$out = "v2.0.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b31c3b0b4b31a01199f7f9c900bd23aa1ce297196865c10cad99e9559233cbcb") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.15.zip zip 62.5 KiB
blake3-24 4f98252f658540de0a70db643ebe31bd8c48a4a1026188ae
sha256 b561c3b71fe368c6294838a93d31d7e4e4ed0525589a9b1a635033c09626605a
sha1 1c8c9e63857232940c3770fa9228318811db68c4
v2.0.15.tar.gz tar.gz 46.8 KiB
blake3-24 ad54cd0826bca164ed1fc34614ab04a288345296cbb6653f
sha256 b31c3b0b4b31a01199f7f9c900bd23aa1ce297196865c10cad99e9559233cbcb
sha1 d47a75d2f3349357cfba5643c172de92d9eebb61

install

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