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

meshtastic-protobufs @ v2.7.20

integrity

size
103.2 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.19...v2.7.20

download

unix · zip
curl -fL -o v2.7.20.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.20.zip
                    printf '%s  %s\n' '99b01bf7adb6c39cd9672851270a51ec03ac8d2142473c8d6b346104a72b5b55' 'v2.7.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.20.zip"
$out = "v2.7.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99b01bf7adb6c39cd9672851270a51ec03ac8d2142473c8d6b346104a72b5b55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.20.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.20.tar.gz
                    printf '%s  %s\n' '084cf2c4c93a5cf83f7855db7b2a2a06a8bae4bcf62d545943c2ef1bd5bb6541' 'v2.7.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.20.tar.gz"
$out = "v2.7.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "084cf2c4c93a5cf83f7855db7b2a2a06a8bae4bcf62d545943c2ef1bd5bb6541") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.20.zip
                    printf '%s  %s\n' '99b01bf7adb6c39cd9672851270a51ec03ac8d2142473c8d6b346104a72b5b55' 'v2.7.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.20.zip"
$out = "v2.7.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "99b01bf7adb6c39cd9672851270a51ec03ac8d2142473c8d6b346104a72b5b55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.20.tar.gz
                    printf '%s  %s\n' '084cf2c4c93a5cf83f7855db7b2a2a06a8bae4bcf62d545943c2ef1bd5bb6541' 'v2.7.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.20.tar.gz"
$out = "v2.7.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "084cf2c4c93a5cf83f7855db7b2a2a06a8bae4bcf62d545943c2ef1bd5bb6541") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.20.zip zip 104.3 KiB
blake3-24 91c7160bb5b1fe2e25ce2a46828deca230fa331838f77c6f
sha256 99b01bf7adb6c39cd9672851270a51ec03ac8d2142473c8d6b346104a72b5b55
sha1 e99f5d16195f2d25f27cc0dec3c0bd76b590e919
v2.7.20.tar.gz tar.gz 81.6 KiB
blake3-24 03c7faf21a49a70b147fdbd3a4d6a77612fd82803dc26378
sha256 084cf2c4c93a5cf83f7855db7b2a2a06a8bae4bcf62d545943c2ef1bd5bb6541
sha1 d9ba756c5ca3f3f3f6871240a95b8de89830b216

install

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