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

meshtastic-protobufs @ v2.3.15

integrity

size
78.3 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.3.14...v2.3.15

download

unix · zip
curl -fL -o v2.3.15.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.15.zip
                    printf '%s  %s\n' '0754f4e0317084cbc6a7139bdc4c67f61e1dfdf1b52e5678dcc03a92c1a026a3' 'v2.3.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.15.zip"
$out = "v2.3.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0754f4e0317084cbc6a7139bdc4c67f61e1dfdf1b52e5678dcc03a92c1a026a3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.15.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.15.tar.gz
                    printf '%s  %s\n' '4ab418c1deae1e74dcd1122d622c50880b3a59c8b73ff08a797a74a54a02bdb7' 'v2.3.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.15.tar.gz"
$out = "v2.3.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4ab418c1deae1e74dcd1122d622c50880b3a59c8b73ff08a797a74a54a02bdb7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.15.zip
                    printf '%s  %s\n' '0754f4e0317084cbc6a7139bdc4c67f61e1dfdf1b52e5678dcc03a92c1a026a3' 'v2.3.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.15.zip"
$out = "v2.3.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0754f4e0317084cbc6a7139bdc4c67f61e1dfdf1b52e5678dcc03a92c1a026a3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.15.tar.gz
                    printf '%s  %s\n' '4ab418c1deae1e74dcd1122d622c50880b3a59c8b73ff08a797a74a54a02bdb7' 'v2.3.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.15.tar.gz"
$out = "v2.3.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4ab418c1deae1e74dcd1122d622c50880b3a59c8b73ff08a797a74a54a02bdb7") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.15.zip zip 79.5 KiB
blake3-24 d42be0f2f8d16930d0de90109c78b906305108d3be4d7d98
sha256 0754f4e0317084cbc6a7139bdc4c67f61e1dfdf1b52e5678dcc03a92c1a026a3
sha1 99e65d2a45b9b9ad81bad7a748c389d88d4885b0
v2.3.15.tar.gz tar.gz 61.3 KiB
blake3-24 49ef6f16053c8f19cd02644a3312bf7aa1d7aeba6fbc7f10
sha256 4ab418c1deae1e74dcd1122d622c50880b3a59c8b73ff08a797a74a54a02bdb7
sha1 a21c5699e9d453748376722b561cb8ef53b2691f

install

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