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.11
vault / meshtastic-protobufs / v2.7.11

meshtastic-protobufs @ v2.7.11

integrity

size
93.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.7.10...v2.7.11

download

unix · zip
curl -fL -o v2.7.11.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.11.zip
                    printf '%s  %s\n' '691bdbc963989a24337f09542aa443e184382a00522b7c1cb87209afc3cccda8' 'v2.7.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.11.zip"
$out = "v2.7.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "691bdbc963989a24337f09542aa443e184382a00522b7c1cb87209afc3cccda8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.11.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.11.tar.gz
                    printf '%s  %s\n' '8b9ba0c914a67bbd7a6583aabd4c5652966565daf72026872cd5335bcedbabe0' 'v2.7.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.11.tar.gz"
$out = "v2.7.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b9ba0c914a67bbd7a6583aabd4c5652966565daf72026872cd5335bcedbabe0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.11.zip
                    printf '%s  %s\n' '691bdbc963989a24337f09542aa443e184382a00522b7c1cb87209afc3cccda8' 'v2.7.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.11.zip"
$out = "v2.7.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "691bdbc963989a24337f09542aa443e184382a00522b7c1cb87209afc3cccda8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.11.tar.gz
                    printf '%s  %s\n' '8b9ba0c914a67bbd7a6583aabd4c5652966565daf72026872cd5335bcedbabe0' 'v2.7.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.11.tar.gz"
$out = "v2.7.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b9ba0c914a67bbd7a6583aabd4c5652966565daf72026872cd5335bcedbabe0") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.11.zip zip 94.6 KiB
blake3-24 e8b14753476dcfc8dc173804d1cf8cfb42b740dd9425a595
sha256 691bdbc963989a24337f09542aa443e184382a00522b7c1cb87209afc3cccda8
sha1 67307de81a92887b7f2137520e770017cf972667
v2.7.11.tar.gz tar.gz 74.3 KiB
blake3-24 9762cd59acd62c14567e2b07825b5ce9d2762fc4e92bbd7c
sha256 8b9ba0c914a67bbd7a6583aabd4c5652966565daf72026872cd5335bcedbabe0
sha1 48421b6ee60e2760d664c876e51c3cf146561105

install

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