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

meshtastic-protobufs @ v2.7.13

integrity

size
99.0 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.7.12...v2.7.13

download

unix · zip
curl -fL -o v2.7.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.zip
                    printf '%s  %s\n' '5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8' 'v2.7.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.zip"
$out = "v2.7.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz
                    printf '%s  %s\n' 'c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722' 'v2.7.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz"
$out = "v2.7.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.zip
                    printf '%s  %s\n' '5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8' 'v2.7.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.zip"
$out = "v2.7.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz
                    printf '%s  %s\n' 'c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722' 'v2.7.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz"
$out = "v2.7.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.13.zip zip 100.0 KiB
blake3-24 17b5db37fc03915e12507c37a5148458216d5805a4e44c01
sha256 5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8
sha1 30fa4106dfd5f6b1a94ed4146b137a658fc7c556
v2.7.13.tar.gz tar.gz 77.5 KiB
blake3-24 2854f34c1c1bbf2fa22e7c095ef386aeb84c6f4499cc2549
sha256 c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722
sha1 632d7097036fa47be942b48b3138a7df1520c292

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz"],
    integrity = "sha256-wj/k+HQsl4PtwW6kHttZaE3kX6BdYEhL6tAv8+3wxyI=",
    strip_prefix = "meshtastic-protobufs-v2.7.13",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz"],
    integrity = "sha256-wj/k+HQsl4PtwW6kHttZaE3kX6BdYEhL6tAv8+3wxyI=",
    strip_prefix = "meshtastic-protobufs-v2.7.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz",
← v2.7.14v2.7.12 →