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

meshtastic-protobufs @ v2.3.1

integrity

size
72.5 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.3.0...v2.3.1

download

unix · zip
curl -fL -o v2.3.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.1.zip
                    printf '%s  %s\n' 'f1744dfac28b7fadfb7d2c5c0887765875d17206dc3425e20d139e4931d80986' 'v2.3.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.1.zip"
$out = "v2.3.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f1744dfac28b7fadfb7d2c5c0887765875d17206dc3425e20d139e4931d80986") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.1.tar.gz
                    printf '%s  %s\n' '58f7f545a1fbb5b5f27321ab56eaeb42a9f852414c4ed5c409ecf063fd0f3658' 'v2.3.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.1.tar.gz"
$out = "v2.3.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "58f7f545a1fbb5b5f27321ab56eaeb42a9f852414c4ed5c409ecf063fd0f3658") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.1.zip
                    printf '%s  %s\n' 'f1744dfac28b7fadfb7d2c5c0887765875d17206dc3425e20d139e4931d80986' 'v2.3.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.1.zip"
$out = "v2.3.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f1744dfac28b7fadfb7d2c5c0887765875d17206dc3425e20d139e4931d80986") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.1.tar.gz
                    printf '%s  %s\n' '58f7f545a1fbb5b5f27321ab56eaeb42a9f852414c4ed5c409ecf063fd0f3658' 'v2.3.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.1.tar.gz"
$out = "v2.3.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "58f7f545a1fbb5b5f27321ab56eaeb42a9f852414c4ed5c409ecf063fd0f3658") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.1.zip zip 73.5 KiB
blake3-24 d2efa6967ab7e13a5658ede8a62af475d616a2a215aff15e
sha256 f1744dfac28b7fadfb7d2c5c0887765875d17206dc3425e20d139e4931d80986
sha1 46d321d7cae1d10f6a8c3c5e9e16c14fdf6903d3
v2.3.1.tar.gz tar.gz 55.5 KiB
blake3-24 e55122e12ca8ecf154dde496b9f924712574fe8c084af421
sha256 58f7f545a1fbb5b5f27321ab56eaeb42a9f852414c4ed5c409ecf063fd0f3658
sha1 95a9b80852d299a96d06bea3ef42cbc2aa5db140

install

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