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

meshtastic-protobufs @ v2.7.0

integrity

size
90.1 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.6.13...v2.7.0

download

unix · zip
curl -fL -o v2.7.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.0.zip
                    printf '%s  %s\n' 'fb114c07b32df5693c8549c510f8fb276f40e627500636ec06d5975cc36c81f2' 'v2.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.0.zip"
$out = "v2.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb114c07b32df5693c8549c510f8fb276f40e627500636ec06d5975cc36c81f2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.0.tar.gz
                    printf '%s  %s\n' '92a8988b46b2f21f5d60d6dccf2c61bc6fd45ee838d4a1471e6b0662b88e66fd' 'v2.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.0.tar.gz"
$out = "v2.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92a8988b46b2f21f5d60d6dccf2c61bc6fd45ee838d4a1471e6b0662b88e66fd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.0.zip
                    printf '%s  %s\n' 'fb114c07b32df5693c8549c510f8fb276f40e627500636ec06d5975cc36c81f2' 'v2.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.0.zip"
$out = "v2.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb114c07b32df5693c8549c510f8fb276f40e627500636ec06d5975cc36c81f2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.0.tar.gz
                    printf '%s  %s\n' '92a8988b46b2f21f5d60d6dccf2c61bc6fd45ee838d4a1471e6b0662b88e66fd' 'v2.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.0.tar.gz"
$out = "v2.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92a8988b46b2f21f5d60d6dccf2c61bc6fd45ee838d4a1471e6b0662b88e66fd") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.0.zip zip 91.5 KiB
blake3-24 42b32b96ec78186590c63459b57db9e0cf4e7f78c82ff8d2
sha256 fb114c07b32df5693c8549c510f8fb276f40e627500636ec06d5975cc36c81f2
sha1 096b66799417ec6115797a9e9f8eda520764f0cf
v2.7.0.tar.gz tar.gz 71.7 KiB
blake3-24 c2938c0deba75849a7eebc0db46e701b5ea8fb2c91be9add
sha256 92a8988b46b2f21f5d60d6dccf2c61bc6fd45ee838d4a1471e6b0662b88e66fd
sha1 9d80d869faa643df769a6ac44dae3a4b5cdc4c00

install

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