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

meshtastic-protobufs @ v2.5.6

integrity

size
82.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.5.5...v2.5.6

download

unix · zip
curl -fL -o v2.5.6.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.6.zip
                    printf '%s  %s\n' '7f63796381926f9e11055829755c22d4472c0c84f50eb517cc3fbad2159edf50' 'v2.5.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.6.zip"
$out = "v2.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f63796381926f9e11055829755c22d4472c0c84f50eb517cc3fbad2159edf50") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.6.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.6.tar.gz
                    printf '%s  %s\n' '8147360e41812c6e706f5991d572d95afbd06ca7a0cc690d100d73024d852847' 'v2.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.6.tar.gz"
$out = "v2.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8147360e41812c6e706f5991d572d95afbd06ca7a0cc690d100d73024d852847") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.6.zip
                    printf '%s  %s\n' '7f63796381926f9e11055829755c22d4472c0c84f50eb517cc3fbad2159edf50' 'v2.5.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.6.zip"
$out = "v2.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f63796381926f9e11055829755c22d4472c0c84f50eb517cc3fbad2159edf50") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.6.tar.gz
                    printf '%s  %s\n' '8147360e41812c6e706f5991d572d95afbd06ca7a0cc690d100d73024d852847' 'v2.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.6.tar.gz"
$out = "v2.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8147360e41812c6e706f5991d572d95afbd06ca7a0cc690d100d73024d852847") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.6.zip zip 83.7 KiB
blake3-24 3a83b116ad88bbd29536395045a184a028a2fe90cfb31fec
sha256 7f63796381926f9e11055829755c22d4472c0c84f50eb517cc3fbad2159edf50
sha1 b43e0710f4878affd87edee8cad82a058cf9b7c9
v2.5.6.tar.gz tar.gz 64.9 KiB
blake3-24 eda44935de20b362bbf159bc5af4f4244728c56cd4ffaf98
sha256 8147360e41812c6e706f5991d572d95afbd06ca7a0cc690d100d73024d852847
sha1 754fcc9f7fd4a7ea47348803c7e539381cd6647d

install

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