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

meshtastic-protobufs @ v2.5.21

integrity

size
85.8 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.5.20...v2.5.21

download

unix · zip
curl -fL -o v2.5.21.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.21.zip
                    printf '%s  %s\n' '122dce2d3799a997529398190c1969a036fb94524378bb9caab4a9354774f9fb' 'v2.5.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.21.zip"
$out = "v2.5.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "122dce2d3799a997529398190c1969a036fb94524378bb9caab4a9354774f9fb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.21.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.21.tar.gz
                    printf '%s  %s\n' 'ebe0be056bbb0b66ba91644d7915f6a836e232861856dc464b41aad8d6397dbd' 'v2.5.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.21.tar.gz"
$out = "v2.5.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebe0be056bbb0b66ba91644d7915f6a836e232861856dc464b41aad8d6397dbd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.21.zip
                    printf '%s  %s\n' '122dce2d3799a997529398190c1969a036fb94524378bb9caab4a9354774f9fb' 'v2.5.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.21.zip"
$out = "v2.5.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "122dce2d3799a997529398190c1969a036fb94524378bb9caab4a9354774f9fb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.21.tar.gz
                    printf '%s  %s\n' 'ebe0be056bbb0b66ba91644d7915f6a836e232861856dc464b41aad8d6397dbd' 'v2.5.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.21.tar.gz"
$out = "v2.5.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebe0be056bbb0b66ba91644d7915f6a836e232861856dc464b41aad8d6397dbd") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.21.zip zip 87.2 KiB
blake3-24 fb48320d61d12ee4eeb1605341d05cbdf254b038b5bd3758
sha256 122dce2d3799a997529398190c1969a036fb94524378bb9caab4a9354774f9fb
sha1 d34ce11092280683ae53b243ddf3c3ac8b3b4921
v2.5.21.tar.gz tar.gz 67.5 KiB
blake3-24 cc36d1079c29772f95e1b1786f39e50c5f07eb69ae6e3987
sha256 ebe0be056bbb0b66ba91644d7915f6a836e232861856dc464b41aad8d6397dbd
sha1 36ddb3ef8a3e808103693fb73c69617f23a29fd7

install

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