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

meshtastic-protobufs @ v2.6.11

integrity

size
89.9 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.10...v2.6.11

download

unix · zip
curl -fL -o v2.6.11.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.11.zip
                    printf '%s  %s\n' 'abfd44b47772d74a52b8f2227a9e56293922012024ee3b7b128da74d1a65aa73' 'v2.6.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.11.zip"
$out = "v2.6.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "abfd44b47772d74a52b8f2227a9e56293922012024ee3b7b128da74d1a65aa73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.11.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.11.tar.gz
                    printf '%s  %s\n' '5813823ec32fcae500024f6f1a4e5dfbdeaa449324d220e4feed8368f054141b' 'v2.6.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.11.tar.gz"
$out = "v2.6.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5813823ec32fcae500024f6f1a4e5dfbdeaa449324d220e4feed8368f054141b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.11.zip
                    printf '%s  %s\n' 'abfd44b47772d74a52b8f2227a9e56293922012024ee3b7b128da74d1a65aa73' 'v2.6.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.11.zip"
$out = "v2.6.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "abfd44b47772d74a52b8f2227a9e56293922012024ee3b7b128da74d1a65aa73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.11.tar.gz
                    printf '%s  %s\n' '5813823ec32fcae500024f6f1a4e5dfbdeaa449324d220e4feed8368f054141b' 'v2.6.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.11.tar.gz"
$out = "v2.6.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5813823ec32fcae500024f6f1a4e5dfbdeaa449324d220e4feed8368f054141b") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.11.zip zip 91.3 KiB
blake3-24 750af45f81d6b6c6db55d4f5bdb0efc531fb6f74ed2651a4
sha256 abfd44b47772d74a52b8f2227a9e56293922012024ee3b7b128da74d1a65aa73
sha1 fa81922ac41045d63ce1a6e31c29c86e0d6b67ad
v2.6.11.tar.gz tar.gz 71.4 KiB
blake3-24 1d4cdf47ad59d83672f8f30264d169e9fafd2542c959f160
sha256 5813823ec32fcae500024f6f1a4e5dfbdeaa449324d220e4feed8368f054141b
sha1 43d237b0e55ea517e6fc19da142c556e4c968df5

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.11.tar.gz"],
    integrity = "sha256-WBOCPsMvyuUAAk9vGk5d+96qRJMk0iDk/u2DaPBUFBs=",
    strip_prefix = "meshtastic-protobufs-v2.6.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.11.tar.gz"],
    integrity = "sha256-WBOCPsMvyuUAAk9vGk5d+96qRJMk0iDk/u2DaPBUFBs=",
    strip_prefix = "meshtastic-protobufs-v2.6.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.11.tar.gz",
← v2.6.12v2.6.10 →