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

meshtastic-protobufs @ v2.7.4

integrity

size
92.1 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.3...v2.7.4

download

unix · zip
curl -fL -o v2.7.4.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.4.zip
                    printf '%s  %s\n' '181a567c7e48bfb4d65a8359a72862bd3737d8b93f561679660f42a659a38ffe' 'v2.7.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.4.zip"
$out = "v2.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "181a567c7e48bfb4d65a8359a72862bd3737d8b93f561679660f42a659a38ffe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.4.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.4.tar.gz
                    printf '%s  %s\n' '3731bb09b9aebde3f49503d8e1f3ef3fcb3f22b06ad2592db9593ffc0278099c' 'v2.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.4.tar.gz"
$out = "v2.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3731bb09b9aebde3f49503d8e1f3ef3fcb3f22b06ad2592db9593ffc0278099c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.4.zip
                    printf '%s  %s\n' '181a567c7e48bfb4d65a8359a72862bd3737d8b93f561679660f42a659a38ffe' 'v2.7.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.4.zip"
$out = "v2.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "181a567c7e48bfb4d65a8359a72862bd3737d8b93f561679660f42a659a38ffe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.4.tar.gz
                    printf '%s  %s\n' '3731bb09b9aebde3f49503d8e1f3ef3fcb3f22b06ad2592db9593ffc0278099c' 'v2.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.4.tar.gz"
$out = "v2.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3731bb09b9aebde3f49503d8e1f3ef3fcb3f22b06ad2592db9593ffc0278099c") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.4.zip zip 93.6 KiB
blake3-24 8a618cde6e760ef14cb155a80ca15a5a1951f273951f29b7
sha256 181a567c7e48bfb4d65a8359a72862bd3737d8b93f561679660f42a659a38ffe
sha1 ca603d04904490795c25826fd2694b91231a6f6d
v2.7.4.tar.gz tar.gz 73.5 KiB
blake3-24 8ee2c72f945ffe25cc146dbf798b1a6e3698465412e13401
sha256 3731bb09b9aebde3f49503d8e1f3ef3fcb3f22b06ad2592db9593ffc0278099c
sha1 ddbac74b2104e22bdd0cbf5a266a34b4a075d94f

install

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