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

meshtastic-protobufs @ v2.0.13

integrity

size
58.2 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

Protobufs for version 2.0.13 release of Meshtastic firmware

download

unix · zip
curl -fL -o v2.0.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.13.zip
                    printf '%s  %s\n' '955b5aef51c87523574bc365c4307bb9ba5e0d40e0a791afeaec21477bc13ef3' 'v2.0.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.13.zip"
$out = "v2.0.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "955b5aef51c87523574bc365c4307bb9ba5e0d40e0a791afeaec21477bc13ef3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.13.tar.gz
                    printf '%s  %s\n' '67b225c4eada0598895892970a9b01aba1952e6f5555b83cd507637e4384e1d6' 'v2.0.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.13.tar.gz"
$out = "v2.0.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67b225c4eada0598895892970a9b01aba1952e6f5555b83cd507637e4384e1d6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.13.zip
                    printf '%s  %s\n' '955b5aef51c87523574bc365c4307bb9ba5e0d40e0a791afeaec21477bc13ef3' 'v2.0.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.13.zip"
$out = "v2.0.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "955b5aef51c87523574bc365c4307bb9ba5e0d40e0a791afeaec21477bc13ef3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.13.tar.gz
                    printf '%s  %s\n' '67b225c4eada0598895892970a9b01aba1952e6f5555b83cd507637e4384e1d6' 'v2.0.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.13.tar.gz"
$out = "v2.0.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67b225c4eada0598895892970a9b01aba1952e6f5555b83cd507637e4384e1d6") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.13.zip zip 59.0 KiB
blake3-24 d645d45cb51cfb0348016b1f9c203918ee65129af9261768
sha256 955b5aef51c87523574bc365c4307bb9ba5e0d40e0a791afeaec21477bc13ef3
sha1 394c0054abbca49e664ff44c198902b51fb50ecf
v2.0.13.tar.gz tar.gz 45.9 KiB
blake3-24 9db7d1bcdc677179b2e66b2c4ca52b5fcf4ad4630fc3adce
sha256 67b225c4eada0598895892970a9b01aba1952e6f5555b83cd507637e4384e1d6
sha1 cffb1ebf52ff1f875ecbede1783d71e9f559474d

install

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