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

meshtastic-protobufs @ v2.5.7

integrity

size
83.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.6...v2.5.7

download

unix · zip
curl -fL -o v2.5.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.7.zip
                    printf '%s  %s\n' '2546c8a69e90371548aec484ea512605f3bbec98d902940a6c9184edf84abae9' 'v2.5.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.7.zip"
$out = "v2.5.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2546c8a69e90371548aec484ea512605f3bbec98d902940a6c9184edf84abae9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.7.tar.gz
                    printf '%s  %s\n' '6dbf6d4e92967bfe642e674d3b2b038960f13adf9165dcf3defe067e897d4913' 'v2.5.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.7.tar.gz"
$out = "v2.5.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6dbf6d4e92967bfe642e674d3b2b038960f13adf9165dcf3defe067e897d4913") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.7.zip
                    printf '%s  %s\n' '2546c8a69e90371548aec484ea512605f3bbec98d902940a6c9184edf84abae9' 'v2.5.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.7.zip"
$out = "v2.5.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2546c8a69e90371548aec484ea512605f3bbec98d902940a6c9184edf84abae9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.7.tar.gz
                    printf '%s  %s\n' '6dbf6d4e92967bfe642e674d3b2b038960f13adf9165dcf3defe067e897d4913' 'v2.5.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.7.tar.gz"
$out = "v2.5.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6dbf6d4e92967bfe642e674d3b2b038960f13adf9165dcf3defe067e897d4913") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.7.zip zip 84.9 KiB
blake3-24 d91666a284025565dd77df755632c57182b62ca7756fbf46
sha256 2546c8a69e90371548aec484ea512605f3bbec98d902940a6c9184edf84abae9
sha1 273acd13078371acf3017f5c18d2318210015963
v2.5.7.tar.gz tar.gz 65.5 KiB
blake3-24 40cef27ba1a3310ed56f33a9c53aaa22d3488fcc7bd756f9
sha256 6dbf6d4e92967bfe642e674d3b2b038960f13adf9165dcf3defe067e897d4913
sha1 c354c5d5f55bdf7ee7341591aa24593c0d4ed07d

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.7.tar.gz"],
    integrity = "sha256-bb9tTpKWe/5kLmdNOysDiWDxOt+RZdzz3v4Gfol9SRM=",
    strip_prefix = "meshtastic-protobufs-v2.5.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.7.tar.gz"],
    integrity = "sha256-bb9tTpKWe/5kLmdNOysDiWDxOt+RZdzz3v4Gfol9SRM=",
    strip_prefix = "meshtastic-protobufs-v2.5.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.7.tar.gz",
← v2.5.8v2.5.6 →