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

meshtastic-protobufs @ v2.2.18

integrity

size
68.1 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.17...v2.2.18

download

unix · zip
curl -fL -o v2.2.18.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.18.zip
                    printf '%s  %s\n' 'f25c801f0182395794b80a069b03e9d44b8c105f0f7d4dd75ec68d5a58e2c8b0' 'v2.2.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.18.zip"
$out = "v2.2.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f25c801f0182395794b80a069b03e9d44b8c105f0f7d4dd75ec68d5a58e2c8b0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.18.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.18.tar.gz
                    printf '%s  %s\n' 'b25f0ea523a96312f32eb54166268049778715b4cc119cbd77c8023b878a8f9a' 'v2.2.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.18.tar.gz"
$out = "v2.2.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b25f0ea523a96312f32eb54166268049778715b4cc119cbd77c8023b878a8f9a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.18.zip
                    printf '%s  %s\n' 'f25c801f0182395794b80a069b03e9d44b8c105f0f7d4dd75ec68d5a58e2c8b0' 'v2.2.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.18.zip"
$out = "v2.2.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f25c801f0182395794b80a069b03e9d44b8c105f0f7d4dd75ec68d5a58e2c8b0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.18.tar.gz
                    printf '%s  %s\n' 'b25f0ea523a96312f32eb54166268049778715b4cc119cbd77c8023b878a8f9a' 'v2.2.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.18.tar.gz"
$out = "v2.2.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b25f0ea523a96312f32eb54166268049778715b4cc119cbd77c8023b878a8f9a") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.18.zip zip 69.0 KiB
blake3-24 ed639827afc7b0084d3820cd1dfdaf6b7332bb0ba9ecc508
sha256 f25c801f0182395794b80a069b03e9d44b8c105f0f7d4dd75ec68d5a58e2c8b0
sha1 7d67d4915b9ebc04fdc6eccbc269386d9af8f9be
v2.2.18.tar.gz tar.gz 52.1 KiB
blake3-24 73cacb218b3795fc1182c7fa42fa9a495ab58a3a52c8b418
sha256 b25f0ea523a96312f32eb54166268049778715b4cc119cbd77c8023b878a8f9a
sha1 08e2940a068befb6d7b96ce4ae26ec9b5b85ef79

install

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