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

meshtastic-protobufs @ v2.2.15

integrity

size
67.2 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.2.14...v2.2.15

download

unix · zip
curl -fL -o v2.2.15.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.15.zip
                    printf '%s  %s\n' '95b90f5a4ea6bf3747168a6b6f99a422f76a4c4d497239a90c632a3e5c2d725f' 'v2.2.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.15.zip"
$out = "v2.2.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95b90f5a4ea6bf3747168a6b6f99a422f76a4c4d497239a90c632a3e5c2d725f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.15.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.15.tar.gz
                    printf '%s  %s\n' 'd3ad48a0c6af9c7a50df2a02cd70f152fd19854ace3748d62df95af0d41f41a0' 'v2.2.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.15.tar.gz"
$out = "v2.2.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3ad48a0c6af9c7a50df2a02cd70f152fd19854ace3748d62df95af0d41f41a0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.15.zip
                    printf '%s  %s\n' '95b90f5a4ea6bf3747168a6b6f99a422f76a4c4d497239a90c632a3e5c2d725f' 'v2.2.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.15.zip"
$out = "v2.2.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95b90f5a4ea6bf3747168a6b6f99a422f76a4c4d497239a90c632a3e5c2d725f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.15.tar.gz
                    printf '%s  %s\n' 'd3ad48a0c6af9c7a50df2a02cd70f152fd19854ace3748d62df95af0d41f41a0' 'v2.2.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.15.tar.gz"
$out = "v2.2.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3ad48a0c6af9c7a50df2a02cd70f152fd19854ace3748d62df95af0d41f41a0") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.15.zip zip 68.0 KiB
blake3-24 b03daba88ec7b315eb0185b1f2c49eb508d5adeac22afa59
sha256 95b90f5a4ea6bf3747168a6b6f99a422f76a4c4d497239a90c632a3e5c2d725f
sha1 9bf58a75dcec9e48beb02fead7e7fcf8228b0e3d
v2.2.15.tar.gz tar.gz 51.5 KiB
blake3-24 0a8bd78daab2597f101ae0f6b0ab6010fe81b606c54b7a4c
sha256 d3ad48a0c6af9c7a50df2a02cd70f152fd19854ace3748d62df95af0d41f41a0
sha1 2e1ecdaf5656e2f041901862c609261a261d8b38

install

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