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

meshtastic-protobufs @ v2.3.12

integrity

size
75.5 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.3.11...v2.3.12

download

unix · zip
curl -fL -o v2.3.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.12.zip
                    printf '%s  %s\n' 'c1e1bda999554a69d6d2ef2f7805cace20cc824259037b8bdec6fdf8b541fa7c' 'v2.3.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.12.zip"
$out = "v2.3.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1e1bda999554a69d6d2ef2f7805cace20cc824259037b8bdec6fdf8b541fa7c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.12.tar.gz
                    printf '%s  %s\n' '580d38d0eb2eb4e5a8f2832528c2eb54e8566320da5655609509fb0f1343ee39' 'v2.3.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.12.tar.gz"
$out = "v2.3.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "580d38d0eb2eb4e5a8f2832528c2eb54e8566320da5655609509fb0f1343ee39") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.12.zip
                    printf '%s  %s\n' 'c1e1bda999554a69d6d2ef2f7805cace20cc824259037b8bdec6fdf8b541fa7c' 'v2.3.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.12.zip"
$out = "v2.3.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1e1bda999554a69d6d2ef2f7805cace20cc824259037b8bdec6fdf8b541fa7c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.12.tar.gz
                    printf '%s  %s\n' '580d38d0eb2eb4e5a8f2832528c2eb54e8566320da5655609509fb0f1343ee39' 'v2.3.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.12.tar.gz"
$out = "v2.3.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "580d38d0eb2eb4e5a8f2832528c2eb54e8566320da5655609509fb0f1343ee39") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.12.zip zip 76.7 KiB
blake3-24 33e46823da41dcdf10f786e49f464d53a5b3ecfd5c5c9a8e
sha256 c1e1bda999554a69d6d2ef2f7805cace20cc824259037b8bdec6fdf8b541fa7c
sha1 c47b3260475cbf5e59df13bd9a3a072f03453915
v2.3.12.tar.gz tar.gz 59.0 KiB
blake3-24 fd3fb5769bb4125797333ce3616f9eb19709eebca153df4e
sha256 580d38d0eb2eb4e5a8f2832528c2eb54e8566320da5655609509fb0f1343ee39
sha1 0fe84529cc18e698a3183bc129fae175e42a6789

install

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