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

meshtastic-protobufs @ v2.6.1

integrity

size
87.2 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.6.0...v2.6.1

download

unix · zip
curl -fL -o v2.6.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.1.zip
                    printf '%s  %s\n' '0d6181766aeafb3f014f76217b9b67ce9b94b29cfa877d480a8405dd46b5980e' 'v2.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.1.zip"
$out = "v2.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0d6181766aeafb3f014f76217b9b67ce9b94b29cfa877d480a8405dd46b5980e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.1.tar.gz
                    printf '%s  %s\n' '7c63f331f2b75a470c9c59ddfc4a074b1f289de07edf8e7d97b02245a9cc81f1' 'v2.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.1.tar.gz"
$out = "v2.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7c63f331f2b75a470c9c59ddfc4a074b1f289de07edf8e7d97b02245a9cc81f1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.1.zip
                    printf '%s  %s\n' '0d6181766aeafb3f014f76217b9b67ce9b94b29cfa877d480a8405dd46b5980e' 'v2.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.1.zip"
$out = "v2.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0d6181766aeafb3f014f76217b9b67ce9b94b29cfa877d480a8405dd46b5980e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.1.tar.gz
                    printf '%s  %s\n' '7c63f331f2b75a470c9c59ddfc4a074b1f289de07edf8e7d97b02245a9cc81f1' 'v2.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.1.tar.gz"
$out = "v2.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7c63f331f2b75a470c9c59ddfc4a074b1f289de07edf8e7d97b02245a9cc81f1") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.1.zip zip 88.6 KiB
blake3-24 6f7df6546578d9484dd03a30ce27a36a02b4fd5f840fe813
sha256 0d6181766aeafb3f014f76217b9b67ce9b94b29cfa877d480a8405dd46b5980e
sha1 ca3d1c1422546afdedd99a5505e27eb6f5a00e07
v2.6.1.tar.gz tar.gz 68.8 KiB
blake3-24 5f729d959d6dcdf1e78f6d9b7ea6783fb35ac86ccae83b37
sha256 7c63f331f2b75a470c9c59ddfc4a074b1f289de07edf8e7d97b02245a9cc81f1
sha1 f9f006fb59c7bf3058946a78fafa8a7dbf9b301f

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.1.tar.gz"],
    integrity = "sha256-fGPzMfK3WkcMnFnd/EoHSx8oneB+3459l7AiRanMgfE=",
    strip_prefix = "meshtastic-protobufs-v2.6.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.1.tar.gz"],
    integrity = "sha256-fGPzMfK3WkcMnFnd/EoHSx8oneB+3459l7AiRanMgfE=",
    strip_prefix = "meshtastic-protobufs-v2.6.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.1.tar.gz",
← v2.6.2v2.6.0 →