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

meshtastic-protobufs @ v2.1.17

integrity

size
65.9 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.1.16...v2.1.17

download

unix · zip
curl -fL -o v2.1.17.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.17.zip
                    printf '%s  %s\n' '4fae94e6b38da9d6beb30484ed594f09b5cb3debc58bd8f9ae7282554b695770' 'v2.1.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.17.zip"
$out = "v2.1.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4fae94e6b38da9d6beb30484ed594f09b5cb3debc58bd8f9ae7282554b695770") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.17.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.17.tar.gz
                    printf '%s  %s\n' 'fec94dd401aca2aed7f7be5be06359a6c59d408a2a91d044a4073b50ac0da840' 'v2.1.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.17.tar.gz"
$out = "v2.1.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fec94dd401aca2aed7f7be5be06359a6c59d408a2a91d044a4073b50ac0da840") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.17.zip
                    printf '%s  %s\n' '4fae94e6b38da9d6beb30484ed594f09b5cb3debc58bd8f9ae7282554b695770' 'v2.1.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.17.zip"
$out = "v2.1.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4fae94e6b38da9d6beb30484ed594f09b5cb3debc58bd8f9ae7282554b695770") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.17.tar.gz
                    printf '%s  %s\n' 'fec94dd401aca2aed7f7be5be06359a6c59d408a2a91d044a4073b50ac0da840' 'v2.1.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.17.tar.gz"
$out = "v2.1.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fec94dd401aca2aed7f7be5be06359a6c59d408a2a91d044a4073b50ac0da840") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.17.zip zip 66.8 KiB
blake3-24 40db759e3ec25529913f8784985f00f3d201b8b08f155596
sha256 4fae94e6b38da9d6beb30484ed594f09b5cb3debc58bd8f9ae7282554b695770
sha1 1251221fe86164e71d99fed2bf7efe30861e1e31
v2.1.17.tar.gz tar.gz 50.1 KiB
blake3-24 4dd4d9c3489821e79f838f95747e48e918e879dfda56bc52
sha256 fec94dd401aca2aed7f7be5be06359a6c59d408a2a91d044a4073b50ac0da840
sha1 8fec9e650ae02566272a205f004dd2570a69cec9

install

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