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

meshtastic-protobufs @ v2.1.11

integrity

size
64.0 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.10...v2.1.11

download

unix · zip
curl -fL -o v2.1.11.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.11.zip
                    printf '%s  %s\n' '3b8d6d0397a87886e8498eb71e34f4b889e163a15227044f954a1c52a532f8dc' 'v2.1.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.11.zip"
$out = "v2.1.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3b8d6d0397a87886e8498eb71e34f4b889e163a15227044f954a1c52a532f8dc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.11.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.11.tar.gz
                    printf '%s  %s\n' '79883efe2f7d40e54f19269e75ff4ea576a87463b84cb030db64150a80a0d73e' 'v2.1.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.11.tar.gz"
$out = "v2.1.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79883efe2f7d40e54f19269e75ff4ea576a87463b84cb030db64150a80a0d73e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.11.zip
                    printf '%s  %s\n' '3b8d6d0397a87886e8498eb71e34f4b889e163a15227044f954a1c52a532f8dc' 'v2.1.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.11.zip"
$out = "v2.1.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3b8d6d0397a87886e8498eb71e34f4b889e163a15227044f954a1c52a532f8dc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.11.tar.gz
                    printf '%s  %s\n' '79883efe2f7d40e54f19269e75ff4ea576a87463b84cb030db64150a80a0d73e' 'v2.1.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.11.tar.gz"
$out = "v2.1.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79883efe2f7d40e54f19269e75ff4ea576a87463b84cb030db64150a80a0d73e") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.11.zip zip 65.0 KiB
blake3-24 42b97bb5015001157908b9778b48cd13f807d83e9f36e184
sha256 3b8d6d0397a87886e8498eb71e34f4b889e163a15227044f954a1c52a532f8dc
sha1 c876ae3d83c806e60b473d11fec96fbe44b56fe3
v2.1.11.tar.gz tar.gz 48.7 KiB
blake3-24 79d6c3bf375e7fe6d96e35f3a1abe481d8b9fe3b61a85607
sha256 79883efe2f7d40e54f19269e75ff4ea576a87463b84cb030db64150a80a0d73e
sha1 c9618774a806c7f9008e6a398e411177720634b9

install

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