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

meshtastic-protobufs @ v2.6.8

integrity

size
88.3 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.6.7...v2.6.8

download

unix · zip
curl -fL -o v2.6.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.zip
                    printf '%s  %s\n' '176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf' 'v2.6.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.zip"
$out = "v2.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz
                    printf '%s  %s\n' '04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8' 'v2.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz"
$out = "v2.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.zip
                    printf '%s  %s\n' '176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf' 'v2.6.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.zip"
$out = "v2.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz
                    printf '%s  %s\n' '04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8' 'v2.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz"
$out = "v2.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.8.zip zip 89.8 KiB
blake3-24 cdc8cb96b87b25483aa94039fc105a0924ad3348ef006e27
sha256 176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf
sha1 582f858c7a37d90be5c1a5794dfa7b954c516aca
v2.6.8.tar.gz tar.gz 69.8 KiB
blake3-24 18876326ab7b034e76b0fb846112e99f9012be90efe0b955
sha256 04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8
sha1 e8c4c3a8a97761d6b20af56b223c6ba700bbd15e

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz"],
    integrity = "sha256-BO/Zv2B59l1TWyUWpirSpKBfY0yNny+Kw2hxcHjiRdg=",
    strip_prefix = "meshtastic-protobufs-v2.6.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz"],
    integrity = "sha256-BO/Zv2B59l1TWyUWpirSpKBfY0yNny+Kw2hxcHjiRdg=",
    strip_prefix = "meshtastic-protobufs-v2.6.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz",
← v2.6.9v2.6.7 →