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

meshtastic-protobufs @ v2.1.15

integrity

size
65.0 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.1.14...v2.1.15

download

unix · zip
curl -fL -o v2.1.15.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.15.zip
                    printf '%s  %s\n' 'b669e6930f95c2940025c7f6608179b18c722faa852c2626aa43da1ad052c471' 'v2.1.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.15.zip"
$out = "v2.1.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b669e6930f95c2940025c7f6608179b18c722faa852c2626aa43da1ad052c471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.15.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.15.tar.gz
                    printf '%s  %s\n' '654d48370e014615554e956cb9c89dc1091afbb0d2ec43b5cfe0343ce360dc2f' 'v2.1.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.15.tar.gz"
$out = "v2.1.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "654d48370e014615554e956cb9c89dc1091afbb0d2ec43b5cfe0343ce360dc2f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.15.zip
                    printf '%s  %s\n' 'b669e6930f95c2940025c7f6608179b18c722faa852c2626aa43da1ad052c471' 'v2.1.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.15.zip"
$out = "v2.1.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b669e6930f95c2940025c7f6608179b18c722faa852c2626aa43da1ad052c471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.15.tar.gz
                    printf '%s  %s\n' '654d48370e014615554e956cb9c89dc1091afbb0d2ec43b5cfe0343ce360dc2f' 'v2.1.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.15.tar.gz"
$out = "v2.1.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "654d48370e014615554e956cb9c89dc1091afbb0d2ec43b5cfe0343ce360dc2f") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.15.zip zip 66.0 KiB
blake3-24 aa4aa57441920d657ba07f51b719a5ff8a323d6c3cb5249b
sha256 b669e6930f95c2940025c7f6608179b18c722faa852c2626aa43da1ad052c471
sha1 d41abd001baab2860d1fac5fbbd5215aea52cea1
v2.1.15.tar.gz tar.gz 49.5 KiB
blake3-24 ccfbe0722460eb15bb1eb99b126a69741979042208ed5c92
sha256 654d48370e014615554e956cb9c89dc1091afbb0d2ec43b5cfe0343ce360dc2f
sha1 7c51be95560fd13545e3175c8ccaf3ea578b416a

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.15.tar.gz"],
    integrity = "sha256-ZU1INw4BRhVVTpVsucidwQka+7DS7EO1z+A0PONg3C8=",
    strip_prefix = "meshtastic-protobufs-v2.1.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.15.tar.gz"],
    integrity = "sha256-ZU1INw4BRhVVTpVsucidwQka+7DS7EO1z+A0PONg3C8=",
    strip_prefix = "meshtastic-protobufs-v2.1.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.15.tar.gz",
← v2.1.16v2.1.14 →