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

meshtastic-protobufs @ v2.5.15

integrity

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

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.14...v2.5.15

download

unix · zip
curl -fL -o v2.5.15.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.15.zip
                    printf '%s  %s\n' '40adcedc95c89381d1901d65cab0e53f76c36b6b433b3750fc2c3004d77b3a3e' 'v2.5.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.15.zip"
$out = "v2.5.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40adcedc95c89381d1901d65cab0e53f76c36b6b433b3750fc2c3004d77b3a3e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.15.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.15.tar.gz
                    printf '%s  %s\n' '8a10c31ae3fd43e7795ee7b92fbb26d565149c67e0aaa012107309f55e3fd76b' 'v2.5.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.15.tar.gz"
$out = "v2.5.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8a10c31ae3fd43e7795ee7b92fbb26d565149c67e0aaa012107309f55e3fd76b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.15.zip
                    printf '%s  %s\n' '40adcedc95c89381d1901d65cab0e53f76c36b6b433b3750fc2c3004d77b3a3e' 'v2.5.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.15.zip"
$out = "v2.5.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40adcedc95c89381d1901d65cab0e53f76c36b6b433b3750fc2c3004d77b3a3e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.15.tar.gz
                    printf '%s  %s\n' '8a10c31ae3fd43e7795ee7b92fbb26d565149c67e0aaa012107309f55e3fd76b' 'v2.5.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.15.tar.gz"
$out = "v2.5.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8a10c31ae3fd43e7795ee7b92fbb26d565149c67e0aaa012107309f55e3fd76b") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.15.zip zip 86.4 KiB
blake3-24 0b64d9193b247933c696b07cf615fca2702ec53cec9e9994
sha256 40adcedc95c89381d1901d65cab0e53f76c36b6b433b3750fc2c3004d77b3a3e
sha1 7cb36ae216f38799d626fb72b9322e56a71f56d2
v2.5.15.tar.gz tar.gz 66.7 KiB
blake3-24 2bc76513d6cd0ea87e6ab200600ea43865c723258b27952a
sha256 8a10c31ae3fd43e7795ee7b92fbb26d565149c67e0aaa012107309f55e3fd76b
sha1 2f06e69ea7f5cc11fea86622e6d396be0f0642ed

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.15.tar.gz"],
    integrity = "sha256-ihDDGuP9Q+d5Xue5L7sm1WUUnGfgqqASEHMJ9V4/12s=",
    strip_prefix = "meshtastic-protobufs-v2.5.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.15.tar.gz"],
    integrity = "sha256-ihDDGuP9Q+d5Xue5L7sm1WUUnGfgqqASEHMJ9V4/12s=",
    strip_prefix = "meshtastic-protobufs-v2.5.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.15.tar.gz",
← v2.5.16v2.5.14 →