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

meshtastic-protobufs @ v2.2.2

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.1...v2.2.2

download

unix · zip
curl -fL -o v2.2.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.2.zip
                    printf '%s  %s\n' '3d4abd5400e4b53b012431df23ed28e031d8625984f33d533b5bddc2cf2f623c' 'v2.2.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.2.zip"
$out = "v2.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d4abd5400e4b53b012431df23ed28e031d8625984f33d533b5bddc2cf2f623c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.2.tar.gz
                    printf '%s  %s\n' 'dce401fa5ed928921d873b156524f2f4cdbb91b0b5d68ffb601bf1a7a9ee68a9' 'v2.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.2.tar.gz"
$out = "v2.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dce401fa5ed928921d873b156524f2f4cdbb91b0b5d68ffb601bf1a7a9ee68a9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.2.zip
                    printf '%s  %s\n' '3d4abd5400e4b53b012431df23ed28e031d8625984f33d533b5bddc2cf2f623c' 'v2.2.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.2.zip"
$out = "v2.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d4abd5400e4b53b012431df23ed28e031d8625984f33d533b5bddc2cf2f623c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.2.tar.gz
                    printf '%s  %s\n' 'dce401fa5ed928921d873b156524f2f4cdbb91b0b5d68ffb601bf1a7a9ee68a9' 'v2.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.2.tar.gz"
$out = "v2.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dce401fa5ed928921d873b156524f2f4cdbb91b0b5d68ffb601bf1a7a9ee68a9") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.2.zip zip 67.8 KiB
blake3-24 44a9817747d6cbdf8849ade82c9f9cf8a0876ba5715ec3d2
sha256 3d4abd5400e4b53b012431df23ed28e031d8625984f33d533b5bddc2cf2f623c
sha1 4c11b9defa3b621240223045e9db21bc64054686
v2.2.2.tar.gz tar.gz 51.0 KiB
blake3-24 f7c709db162e0852ee027f5439fe11f2170f79c82157b939
sha256 dce401fa5ed928921d873b156524f2f4cdbb91b0b5d68ffb601bf1a7a9ee68a9
sha1 8ec5a7dbcbc1ef311ff17cf2bd2bc0fbddc56a79

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.2.tar.gz"],
    integrity = "sha256-3OQB+l7ZKJIdhzsVZSTy9M27kbC11o/7YBvxp6nuaKk=",
    strip_prefix = "meshtastic-protobufs-v2.2.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.2.tar.gz"],
    integrity = "sha256-3OQB+l7ZKJIdhzsVZSTy9M27kbC11o/7YBvxp6nuaKk=",
    strip_prefix = "meshtastic-protobufs-v2.2.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.2.tar.gz",
← v2.2.3v2.2.1 →