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

meshtastic-protobufs @ v2.0.23

integrity

size
62.4 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.0.22...v2.0.23

download

unix · zip
curl -fL -o v2.0.23.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.23.zip
                    printf '%s  %s\n' 'eeb17060c27b4a8103402ef77eeb627c457c1a4227730965d1605053bba69c96' 'v2.0.23.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.23.zip"
$out = "v2.0.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eeb17060c27b4a8103402ef77eeb627c457c1a4227730965d1605053bba69c96") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.23.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.23.tar.gz
                    printf '%s  %s\n' 'e9d750f75e192e364f307baad46f2c792d6091f0d41faa50ddaf1ec30221d9fa' 'v2.0.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.23.tar.gz"
$out = "v2.0.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e9d750f75e192e364f307baad46f2c792d6091f0d41faa50ddaf1ec30221d9fa") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.23.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.23.zip
                    printf '%s  %s\n' 'eeb17060c27b4a8103402ef77eeb627c457c1a4227730965d1605053bba69c96' 'v2.0.23.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.23.zip"
$out = "v2.0.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eeb17060c27b4a8103402ef77eeb627c457c1a4227730965d1605053bba69c96") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.23.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.23.tar.gz
                    printf '%s  %s\n' 'e9d750f75e192e364f307baad46f2c792d6091f0d41faa50ddaf1ec30221d9fa' 'v2.0.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.23.tar.gz"
$out = "v2.0.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e9d750f75e192e364f307baad46f2c792d6091f0d41faa50ddaf1ec30221d9fa") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.23.zip zip 63.2 KiB
blake3-24 8e98b1940e0987c53df062b393a4b6fe50613ee53e797b9c
sha256 eeb17060c27b4a8103402ef77eeb627c457c1a4227730965d1605053bba69c96
sha1 690dd57240daaa9568816b26176a3e7fb0e786d2
v2.0.23.tar.gz tar.gz 47.8 KiB
blake3-24 4a8168da058206c81e25d47ea7c3b68bf3dcc1f4e4acc9c1
sha256 e9d750f75e192e364f307baad46f2c792d6091f0d41faa50ddaf1ec30221d9fa
sha1 be5ff9a571410a77ecbce4356e86390501c7f4c1

install

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