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

meshtastic-protobufs @ v2.7.6

integrity

size
92.4 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.7.5...v2.7.6

download

unix · zip
curl -fL -o v2.7.6.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.6.zip
                    printf '%s  %s\n' 'be31986ac5bf5a52e3c6928ed5f55e333de3abeb1cf6a8be8490fb9a3b60e56e' 'v2.7.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.6.zip"
$out = "v2.7.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be31986ac5bf5a52e3c6928ed5f55e333de3abeb1cf6a8be8490fb9a3b60e56e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.6.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.6.tar.gz
                    printf '%s  %s\n' '67c043ff583d6b8cf7cf578986ca17af7f881155337103c78b68f5fa37bf9494' 'v2.7.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.6.tar.gz"
$out = "v2.7.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67c043ff583d6b8cf7cf578986ca17af7f881155337103c78b68f5fa37bf9494") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.6.zip
                    printf '%s  %s\n' 'be31986ac5bf5a52e3c6928ed5f55e333de3abeb1cf6a8be8490fb9a3b60e56e' 'v2.7.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.6.zip"
$out = "v2.7.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be31986ac5bf5a52e3c6928ed5f55e333de3abeb1cf6a8be8490fb9a3b60e56e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.6.tar.gz
                    printf '%s  %s\n' '67c043ff583d6b8cf7cf578986ca17af7f881155337103c78b68f5fa37bf9494' 'v2.7.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.6.tar.gz"
$out = "v2.7.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67c043ff583d6b8cf7cf578986ca17af7f881155337103c78b68f5fa37bf9494") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.6.zip zip 93.9 KiB
blake3-24 061ef53113395654da3a26f2d87816bb8e2f64eb7e4b2795
sha256 be31986ac5bf5a52e3c6928ed5f55e333de3abeb1cf6a8be8490fb9a3b60e56e
sha1 095c77b9e2c34cde63aae8d724019096d00de4a0
v2.7.6.tar.gz tar.gz 73.8 KiB
blake3-24 9ffaa563d062cad5ce24fb6b34b963da80a027b287fec0d2
sha256 67c043ff583d6b8cf7cf578986ca17af7f881155337103c78b68f5fa37bf9494
sha1 e4de41e96b5c880f79e3a6a6f6c668bd78dac2c6

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.6.tar.gz"],
    integrity = "sha256-Z8BD/1g9a4z3z1eJhsoXr3+IEVUzcQPHi2j1+je/lJQ=",
    strip_prefix = "meshtastic-protobufs-v2.7.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.6.tar.gz"],
    integrity = "sha256-Z8BD/1g9a4z3z1eJhsoXr3+IEVUzcQPHi2j1+je/lJQ=",
    strip_prefix = "meshtastic-protobufs-v2.7.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.6.tar.gz",
← v2.7.7v2.7.5 →