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

meshtastic-protobufs @ v2.7.16

integrity

size
99.2 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.15...v2.7.16

download

unix · zip
curl -fL -o v2.7.16.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.16.zip
                    printf '%s  %s\n' 'd03cb4456a4f75dfca6d0f138d1428e3d492ce3b41cd80da4875525011d48ad9' 'v2.7.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.16.zip"
$out = "v2.7.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d03cb4456a4f75dfca6d0f138d1428e3d492ce3b41cd80da4875525011d48ad9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.16.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.16.tar.gz
                    printf '%s  %s\n' '2fc96d17dcfd01ac54868ee394dbcc0048514afcbae974b51b9f43ac7ec91e5a' 'v2.7.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.16.tar.gz"
$out = "v2.7.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2fc96d17dcfd01ac54868ee394dbcc0048514afcbae974b51b9f43ac7ec91e5a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.16.zip
                    printf '%s  %s\n' 'd03cb4456a4f75dfca6d0f138d1428e3d492ce3b41cd80da4875525011d48ad9' 'v2.7.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.16.zip"
$out = "v2.7.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d03cb4456a4f75dfca6d0f138d1428e3d492ce3b41cd80da4875525011d48ad9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.16.tar.gz
                    printf '%s  %s\n' '2fc96d17dcfd01ac54868ee394dbcc0048514afcbae974b51b9f43ac7ec91e5a' 'v2.7.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.16.tar.gz"
$out = "v2.7.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2fc96d17dcfd01ac54868ee394dbcc0048514afcbae974b51b9f43ac7ec91e5a") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.16.zip zip 100.2 KiB
blake3-24 1b502b073921ddca6efc970f3c68151fa6cc5b2a6f2a6929
sha256 d03cb4456a4f75dfca6d0f138d1428e3d492ce3b41cd80da4875525011d48ad9
sha1 5e249cbd66da9814edb92c94a32fc0fd14a0eae7
v2.7.16.tar.gz tar.gz 77.6 KiB
blake3-24 2c00c1f9608938bbcb3995f8e305c78a9e45af9b7cb26b78
sha256 2fc96d17dcfd01ac54868ee394dbcc0048514afcbae974b51b9f43ac7ec91e5a
sha1 27275537670e400b9289c2586a8dccdd2dcf60f5

install

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