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

meshtastic-protobufs @ v2.5.14

integrity

size
85.0 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.13...v2.5.14

download

unix · zip
curl -fL -o v2.5.14.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.14.zip
                    printf '%s  %s\n' '7d0143629af0f1b5e27bc3c3581a29bc538c893d3c59623ec5da02a72574ae5f' 'v2.5.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.14.zip"
$out = "v2.5.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d0143629af0f1b5e27bc3c3581a29bc538c893d3c59623ec5da02a72574ae5f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.14.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.14.tar.gz
                    printf '%s  %s\n' '0a2ddcbdbf57b63ec7d50645e6c973b99d427ed2645865b8a6ee70af904293f3' 'v2.5.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.14.tar.gz"
$out = "v2.5.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a2ddcbdbf57b63ec7d50645e6c973b99d427ed2645865b8a6ee70af904293f3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.14.zip
                    printf '%s  %s\n' '7d0143629af0f1b5e27bc3c3581a29bc538c893d3c59623ec5da02a72574ae5f' 'v2.5.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.14.zip"
$out = "v2.5.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d0143629af0f1b5e27bc3c3581a29bc538c893d3c59623ec5da02a72574ae5f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.14.tar.gz
                    printf '%s  %s\n' '0a2ddcbdbf57b63ec7d50645e6c973b99d427ed2645865b8a6ee70af904293f3' 'v2.5.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.14.tar.gz"
$out = "v2.5.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a2ddcbdbf57b63ec7d50645e6c973b99d427ed2645865b8a6ee70af904293f3") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.14.zip zip 86.3 KiB
blake3-24 95be8c6cfb19170444499b04e8286aa0b1d4e3914b0148d4
sha256 7d0143629af0f1b5e27bc3c3581a29bc538c893d3c59623ec5da02a72574ae5f
sha1 3b50d100b1887ebc250dcbbcc2b5e03a71fecd17
v2.5.14.tar.gz tar.gz 66.6 KiB
blake3-24 648c39e156de2300e2486b02c84045c2c4734d53f6255bd6
sha256 0a2ddcbdbf57b63ec7d50645e6c973b99d427ed2645865b8a6ee70af904293f3
sha1 6a12067f38ac44e9de153dd2701084d0d89de8ab

install

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