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

meshtastic-protobufs @ v2.1.13

integrity

size
64.6 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.12...v2.1.13

download

unix · zip
curl -fL -o v2.1.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.13.zip
                    printf '%s  %s\n' '9ad9c7f7d765587c10a8c59b4b49a44745670d953dbf59a2283802f48b77d058' 'v2.1.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.13.zip"
$out = "v2.1.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9ad9c7f7d765587c10a8c59b4b49a44745670d953dbf59a2283802f48b77d058") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.13.tar.gz
                    printf '%s  %s\n' '74e3e91c99eca24492605f19729ab7bd0974516b88cefe792b53c67f8e5b69dc' 'v2.1.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.13.tar.gz"
$out = "v2.1.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "74e3e91c99eca24492605f19729ab7bd0974516b88cefe792b53c67f8e5b69dc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.13.zip
                    printf '%s  %s\n' '9ad9c7f7d765587c10a8c59b4b49a44745670d953dbf59a2283802f48b77d058' 'v2.1.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.13.zip"
$out = "v2.1.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9ad9c7f7d765587c10a8c59b4b49a44745670d953dbf59a2283802f48b77d058") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.13.tar.gz
                    printf '%s  %s\n' '74e3e91c99eca24492605f19729ab7bd0974516b88cefe792b53c67f8e5b69dc' 'v2.1.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.13.tar.gz"
$out = "v2.1.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "74e3e91c99eca24492605f19729ab7bd0974516b88cefe792b53c67f8e5b69dc") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.13.zip zip 65.6 KiB
blake3-24 abfc82ae40714326e309afd22b49395200c29debef31e03b
sha256 9ad9c7f7d765587c10a8c59b4b49a44745670d953dbf59a2283802f48b77d058
sha1 3a50b47a33b8ef4cafbfd5913ad96736d0e287a8
v2.1.13.tar.gz tar.gz 49.1 KiB
blake3-24 dcaef2ad9d3522eb0fb36b0c08da36d2126696c5988c0a22
sha256 74e3e91c99eca24492605f19729ab7bd0974516b88cefe792b53c67f8e5b69dc
sha1 644dfbb133922c2d6b8e0d12cccaf7ee3cd55625

install

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