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

meshtastic-protobufs @ v2.3.10

integrity

size
74.9 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.9...v2.3.10

download

unix · zip
curl -fL -o v2.3.10.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.10.zip
                    printf '%s  %s\n' 'c3dd4007261d75ae6d9422e3516f1c7e72698011278434ce115d5ba6a5f9e310' 'v2.3.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.10.zip"
$out = "v2.3.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c3dd4007261d75ae6d9422e3516f1c7e72698011278434ce115d5ba6a5f9e310") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.10.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.10.tar.gz
                    printf '%s  %s\n' 'bad6f6a9a875993b447bc5d36cd6ba010c0c459fe202d8c89630c0a4a7966625' 'v2.3.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.10.tar.gz"
$out = "v2.3.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bad6f6a9a875993b447bc5d36cd6ba010c0c459fe202d8c89630c0a4a7966625") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.10.zip
                    printf '%s  %s\n' 'c3dd4007261d75ae6d9422e3516f1c7e72698011278434ce115d5ba6a5f9e310' 'v2.3.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.10.zip"
$out = "v2.3.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c3dd4007261d75ae6d9422e3516f1c7e72698011278434ce115d5ba6a5f9e310") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.10.tar.gz
                    printf '%s  %s\n' 'bad6f6a9a875993b447bc5d36cd6ba010c0c459fe202d8c89630c0a4a7966625' 'v2.3.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.10.tar.gz"
$out = "v2.3.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bad6f6a9a875993b447bc5d36cd6ba010c0c459fe202d8c89630c0a4a7966625") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.10.zip zip 76.1 KiB
blake3-24 044288a7a55ea607950a155e742073782dc5701853959a13
sha256 c3dd4007261d75ae6d9422e3516f1c7e72698011278434ce115d5ba6a5f9e310
sha1 9b69a7a22c5095af9ae8d27b48e8e92ce54f98f3
v2.3.10.tar.gz tar.gz 58.4 KiB
blake3-24 e977e3cf7fc23feba80cf170717867e7636e6d5529477fc4
sha256 bad6f6a9a875993b447bc5d36cd6ba010c0c459fe202d8c89630c0a4a7966625
sha1 633e88aa7192dcf245b9efff36936a87cea28f71

install

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