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

meshtastic-protobufs @ v2.2.3

integrity

size
66.9 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.2.2...v2.2.3

download

unix · zip
curl -fL -o v2.2.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.3.zip
                    printf '%s  %s\n' '02ad5b15b66c1b80c03fec62909f59df2f11ceb0aaba0d8282a77a97f6353b20' 'v2.2.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.3.zip"
$out = "v2.2.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02ad5b15b66c1b80c03fec62909f59df2f11ceb0aaba0d8282a77a97f6353b20") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.3.tar.gz
                    printf '%s  %s\n' 'f2aa9996c26c06b36f41ec149697fff76568b6f786f18f1283d10e58f4d0acbe' 'v2.2.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.3.tar.gz"
$out = "v2.2.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f2aa9996c26c06b36f41ec149697fff76568b6f786f18f1283d10e58f4d0acbe") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.3.zip
                    printf '%s  %s\n' '02ad5b15b66c1b80c03fec62909f59df2f11ceb0aaba0d8282a77a97f6353b20' 'v2.2.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.3.zip"
$out = "v2.2.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02ad5b15b66c1b80c03fec62909f59df2f11ceb0aaba0d8282a77a97f6353b20") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.3.tar.gz
                    printf '%s  %s\n' 'f2aa9996c26c06b36f41ec149697fff76568b6f786f18f1283d10e58f4d0acbe' 'v2.2.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.3.tar.gz"
$out = "v2.2.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f2aa9996c26c06b36f41ec149697fff76568b6f786f18f1283d10e58f4d0acbe") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.3.zip zip 67.8 KiB
blake3-24 b6c349aa9c6544115a31ed18c68c3eea2ddb56a2844978fc
sha256 02ad5b15b66c1b80c03fec62909f59df2f11ceb0aaba0d8282a77a97f6353b20
sha1 8f22bf9c356b34e9d4d91431a1dfb10ebba90a99
v2.2.3.tar.gz tar.gz 51.1 KiB
blake3-24 7af9b3fd8f9a70d91de4eb661f052778779c64259ba5f1f1
sha256 f2aa9996c26c06b36f41ec149697fff76568b6f786f18f1283d10e58f4d0acbe
sha1 1748e186e0aebdeae0dfb50cc53715dfd02ba209

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.3.tar.gz"],
    integrity = "sha256-8qqZlsJsBrNvQewUlpf/92VotveG8Y8Sg9EOWPTQrL4=",
    strip_prefix = "meshtastic-protobufs-v2.2.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.3.tar.gz"],
    integrity = "sha256-8qqZlsJsBrNvQewUlpf/92VotveG8Y8Sg9EOWPTQrL4=",
    strip_prefix = "meshtastic-protobufs-v2.2.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.3.tar.gz",
← v2.2.4v2.2.2 →