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

meshtastic-protobufs @ v2.7.1

integrity

size
91.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.7.0...v2.7.1

download

unix · zip
curl -fL -o v2.7.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.zip
                    printf '%s  %s\n' 'bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43' 'v2.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.zip"
$out = "v2.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz
                    printf '%s  %s\n' '6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db' 'v2.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz"
$out = "v2.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.zip
                    printf '%s  %s\n' 'bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43' 'v2.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.zip"
$out = "v2.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz
                    printf '%s  %s\n' '6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db' 'v2.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz"
$out = "v2.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.1.zip zip 92.6 KiB
blake3-24 75dbcc4c041dac2f0d3a02eec0763c235a96e3712f695e8d
sha256 bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43
sha1 2de7a6678a640a539c1e073a4b1b9d96c545e2e8
v2.7.1.tar.gz tar.gz 72.6 KiB
blake3-24 5fec7579cddb0f8ef31fb6d7a787b33b5b51bc6f9e9a5159
sha256 6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db
sha1 288f612b321a9ff3585de3947e35528b644f280e

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz"],
    integrity = "sha256-aRXFKvsYyJ+fVo2fzRitUBHFR9LWHdC4vFpX+QfvMts=",
    strip_prefix = "meshtastic-protobufs-v2.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz"],
    integrity = "sha256-aRXFKvsYyJ+fVo2fzRitUBHFR9LWHdC4vFpX+QfvMts=",
    strip_prefix = "meshtastic-protobufs-v2.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz",
← v2.7.2v2.7.0 →