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

meshtastic-protobufs @ v2.7.9

integrity

size
92.6 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.8...v2.7.9

download

unix · zip
curl -fL -o v2.7.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.9.zip
                    printf '%s  %s\n' '20af29ac9320b26e423a57560b29966a18bd913eb192ae72ebfc17e79b50ffac' 'v2.7.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.9.zip"
$out = "v2.7.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "20af29ac9320b26e423a57560b29966a18bd913eb192ae72ebfc17e79b50ffac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.9.tar.gz
                    printf '%s  %s\n' '809974bc4ed99d07ec7356ab01e7b0d1ef5215e2a770ad730b897f32cc680b98' 'v2.7.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.9.tar.gz"
$out = "v2.7.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "809974bc4ed99d07ec7356ab01e7b0d1ef5215e2a770ad730b897f32cc680b98") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.9.zip
                    printf '%s  %s\n' '20af29ac9320b26e423a57560b29966a18bd913eb192ae72ebfc17e79b50ffac' 'v2.7.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.9.zip"
$out = "v2.7.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "20af29ac9320b26e423a57560b29966a18bd913eb192ae72ebfc17e79b50ffac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.9.tar.gz
                    printf '%s  %s\n' '809974bc4ed99d07ec7356ab01e7b0d1ef5215e2a770ad730b897f32cc680b98' 'v2.7.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.9.tar.gz"
$out = "v2.7.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "809974bc4ed99d07ec7356ab01e7b0d1ef5215e2a770ad730b897f32cc680b98") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.9.zip zip 94.1 KiB
blake3-24 d5cdea90be2e3698404f8438d68571893f8055e2bbd46c4e
sha256 20af29ac9320b26e423a57560b29966a18bd913eb192ae72ebfc17e79b50ffac
sha1 6633abd0b4169b434a04d8278e86aa7c31a74411
v2.7.9.tar.gz tar.gz 74.1 KiB
blake3-24 747302a5b7ab9e72703bd74577bf0ed63beeb9a076e740cb
sha256 809974bc4ed99d07ec7356ab01e7b0d1ef5215e2a770ad730b897f32cc680b98
sha1 abf689ca2f164b558bfed818608f91bd5bd161c9

install

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