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

meshtastic-protobufs @ v2.2.24

integrity

size
71.3 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.2.23...v2.2.24

download

unix · zip
curl -fL -o v2.2.24.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.24.zip
                    printf '%s  %s\n' '3350819f1634d5d7cf0f6fbaa670f95e692035e0d3c77238cd5f4cbb215c9b96' 'v2.2.24.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.24.zip"
$out = "v2.2.24.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3350819f1634d5d7cf0f6fbaa670f95e692035e0d3c77238cd5f4cbb215c9b96") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.24.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.24.tar.gz
                    printf '%s  %s\n' '1c0624f9bd2b18601f9713ed8aaa6e00ede601f0ffc2c133956d788c4fa5f294' 'v2.2.24.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.24.tar.gz"
$out = "v2.2.24.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c0624f9bd2b18601f9713ed8aaa6e00ede601f0ffc2c133956d788c4fa5f294") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.24.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.24.zip
                    printf '%s  %s\n' '3350819f1634d5d7cf0f6fbaa670f95e692035e0d3c77238cd5f4cbb215c9b96' 'v2.2.24.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.24.zip"
$out = "v2.2.24.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3350819f1634d5d7cf0f6fbaa670f95e692035e0d3c77238cd5f4cbb215c9b96") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.24.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.24.tar.gz
                    printf '%s  %s\n' '1c0624f9bd2b18601f9713ed8aaa6e00ede601f0ffc2c133956d788c4fa5f294' 'v2.2.24.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.24.tar.gz"
$out = "v2.2.24.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c0624f9bd2b18601f9713ed8aaa6e00ede601f0ffc2c133956d788c4fa5f294") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.24.zip zip 72.3 KiB
blake3-24 defc41b2ab64e771acae333721c38e69810e31aa3bcc2d27
sha256 3350819f1634d5d7cf0f6fbaa670f95e692035e0d3c77238cd5f4cbb215c9b96
sha1 3f07f11dcf972c644befc719d6e30f76a1f2dd5d
v2.2.24.tar.gz tar.gz 54.4 KiB
blake3-24 1fccfc60403ae2ca8613268ef1f973362e05461a68c45f8e
sha256 1c0624f9bd2b18601f9713ed8aaa6e00ede601f0ffc2c133956d788c4fa5f294
sha1 45384a2dab0c8ac3914c1a374afe189b84fa3b3d

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.24.tar.gz"],
    integrity = "sha256-HAYk+b0rGGAflxPtiqpuAO3mAfD/wsEzlW14jE+l8pQ=",
    strip_prefix = "meshtastic-protobufs-v2.2.24",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.24.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.24.tar.gz"],
    integrity = "sha256-HAYk+b0rGGAflxPtiqpuAO3mAfD/wsEzlW14jE+l8pQ=",
    strip_prefix = "meshtastic-protobufs-v2.2.24",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.24.tar.gz",
← v2.3.0v2.2.23 →