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

meshtastic-protobufs @ v2.5.2

integrity

size
81.6 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.1...v2.5.2

download

unix · zip
curl -fL -o v2.5.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.2.zip
                    printf '%s  %s\n' '31ac8f4c689b98418d26b562b60957f7ef0a4908f52b44c2ea31aae5823fb594' 'v2.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.2.zip"
$out = "v2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "31ac8f4c689b98418d26b562b60957f7ef0a4908f52b44c2ea31aae5823fb594") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.2.tar.gz
                    printf '%s  %s\n' 'f5fdb0f7f0e698bb84e4800abf5605efc9500d78d22f6ae36721448610facad8' 'v2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.2.tar.gz"
$out = "v2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f5fdb0f7f0e698bb84e4800abf5605efc9500d78d22f6ae36721448610facad8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.2.zip
                    printf '%s  %s\n' '31ac8f4c689b98418d26b562b60957f7ef0a4908f52b44c2ea31aae5823fb594' 'v2.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.2.zip"
$out = "v2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "31ac8f4c689b98418d26b562b60957f7ef0a4908f52b44c2ea31aae5823fb594") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.2.tar.gz
                    printf '%s  %s\n' 'f5fdb0f7f0e698bb84e4800abf5605efc9500d78d22f6ae36721448610facad8' 'v2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.2.tar.gz"
$out = "v2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f5fdb0f7f0e698bb84e4800abf5605efc9500d78d22f6ae36721448610facad8") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.2.zip zip 82.9 KiB
blake3-24 07cbe9bea8a8a31c8bf86a7464b3fb59e5039e19b3dca6d6
sha256 31ac8f4c689b98418d26b562b60957f7ef0a4908f52b44c2ea31aae5823fb594
sha1 fd55bd9916b347ccdc1b9079caf86088e53a8027
v2.5.2.tar.gz tar.gz 64.1 KiB
blake3-24 3ed310c5dbdb565766088185b93c8213937f07db870ae46b
sha256 f5fdb0f7f0e698bb84e4800abf5605efc9500d78d22f6ae36721448610facad8
sha1 9623909aeeacedc17fd417f22e1f34c73fd8f53c

install

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