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

meshtastic-protobufs @ v2.8.0

integrity

size
209.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.7.26...v2.8.0

download

unix · zip
curl -fL -o v2.8.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.8.0.zip
                    printf '%s  %s\n' '6eeb89618e6d35e8bf46434182960e2ecd3f245b1dda9a9edfc4f283d7231af4' 'v2.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.8.0.zip"
$out = "v2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6eeb89618e6d35e8bf46434182960e2ecd3f245b1dda9a9edfc4f283d7231af4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.8.0.tar.gz
                    printf '%s  %s\n' '4453a5a18da227ff5e1e9590c02d752e2fda7bb223e27a78a70ab07fedd5003e' 'v2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.8.0.tar.gz"
$out = "v2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4453a5a18da227ff5e1e9590c02d752e2fda7bb223e27a78a70ab07fedd5003e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.8.0.zip
                    printf '%s  %s\n' '6eeb89618e6d35e8bf46434182960e2ecd3f245b1dda9a9edfc4f283d7231af4' 'v2.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.8.0.zip"
$out = "v2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6eeb89618e6d35e8bf46434182960e2ecd3f245b1dda9a9edfc4f283d7231af4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.8.0.tar.gz
                    printf '%s  %s\n' '4453a5a18da227ff5e1e9590c02d752e2fda7bb223e27a78a70ab07fedd5003e' 'v2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.8.0.tar.gz"
$out = "v2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4453a5a18da227ff5e1e9590c02d752e2fda7bb223e27a78a70ab07fedd5003e") { throw "sha256 mismatch" }
artifact format size hashes
v2.8.0.zip zip 210.7 KiB
blake3-24 09ec85f90f23eb33ea16637849a90e254cfe4a9fbf6a0490
sha256 6eeb89618e6d35e8bf46434182960e2ecd3f245b1dda9a9edfc4f283d7231af4
sha1 9db678de86480162df70da89bb27e46b9e8ea9b6
v2.8.0.tar.gz tar.gz 181.0 KiB
blake3-24 732c82517d812f6da9962a7b1b4326caf3e48322d6e4cb73
sha256 4453a5a18da227ff5e1e9590c02d752e2fda7bb223e27a78a70ab07fedd5003e
sha1 236f5204821f042d51ee10507bda5c7c30bf40af

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.8.0.tar.gz"],
    integrity = "sha256-RFOloY2iJ/9eHpWQwC11Li/ae7Ij4np4pwqwf+3VAD4=",
    strip_prefix = "meshtastic-protobufs-v2.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.8.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.8.0.tar.gz"],
    integrity = "sha256-RFOloY2iJ/9eHpWQwC11Li/ae7Ij4np4pwqwf+3VAD4=",
    strip_prefix = "meshtastic-protobufs-v2.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.8.0.tar.gz",
v2.7.26 →