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

meshtastic-protobufs @ v2.5.3

integrity

size
81.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.5.2...v2.5.3

download

unix · zip
curl -fL -o v2.5.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.zip
                    printf '%s  %s\n' '57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe' 'v2.5.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.zip"
$out = "v2.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.tar.gz
                    printf '%s  %s\n' '3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0' 'v2.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.tar.gz"
$out = "v2.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.zip
                    printf '%s  %s\n' '57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe' 'v2.5.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.zip"
$out = "v2.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.tar.gz
                    printf '%s  %s\n' '3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0' 'v2.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.tar.gz"
$out = "v2.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.3.zip zip 83.1 KiB
blake3-24 48f11157da7dfdcff6ab6d1e9397e38013e61943a0b851e8
sha256 57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe
sha1 f5c815a5c44b32f48fb2b75c5201c473835d3bba
v2.5.3.tar.gz tar.gz 64.3 KiB
blake3-24 85d89579f12fd48e6098af660b96da878b960d49a6b30c01
sha256 3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0
sha1 f831e79242c3d078390dbb0e19e588c58d497a56

install

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