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

meshtastic-protobufs @ v2.7.24

integrity

size
127.5 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.23...v2.7.24

download

unix · zip
curl -fL -o v2.7.24.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.24.zip
                    printf '%s  %s\n' '5320971b0937f5d0b3842a437127ae3b0bc7845d3f332c55bc687bdce880ddb4' 'v2.7.24.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.24.zip"
$out = "v2.7.24.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5320971b0937f5d0b3842a437127ae3b0bc7845d3f332c55bc687bdce880ddb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.24.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.24.tar.gz
                    printf '%s  %s\n' 'addabeb26ecc3292a448da4b4dfccaf2096d4bd0539130c0513adc4bddb6e03f' 'v2.7.24.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.24.tar.gz"
$out = "v2.7.24.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "addabeb26ecc3292a448da4b4dfccaf2096d4bd0539130c0513adc4bddb6e03f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.24.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.24.zip
                    printf '%s  %s\n' '5320971b0937f5d0b3842a437127ae3b0bc7845d3f332c55bc687bdce880ddb4' 'v2.7.24.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.24.zip"
$out = "v2.7.24.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5320971b0937f5d0b3842a437127ae3b0bc7845d3f332c55bc687bdce880ddb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.24.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.24.tar.gz
                    printf '%s  %s\n' 'addabeb26ecc3292a448da4b4dfccaf2096d4bd0539130c0513adc4bddb6e03f' 'v2.7.24.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.24.tar.gz"
$out = "v2.7.24.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "addabeb26ecc3292a448da4b4dfccaf2096d4bd0539130c0513adc4bddb6e03f") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.24.zip zip 128.7 KiB
blake3-24 f983ef14193dc7b327ddcaa1d162b62e196390be34be4bdc
sha256 5320971b0937f5d0b3842a437127ae3b0bc7845d3f332c55bc687bdce880ddb4
sha1 9f1a0f117511ec8e448f51c5038cb4581fb49c46
v2.7.24.tar.gz tar.gz 105.1 KiB
blake3-24 246a0b0a8ca61759487d69ce117f7440a01d11007f17a86d
sha256 addabeb26ecc3292a448da4b4dfccaf2096d4bd0539130c0513adc4bddb6e03f
sha1 037b549b367078a959b5dc52b67fe60e63c8343d

install

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