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

meshtastic-protobufs @ v2.6.13

integrity

size
90.2 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.12...v2.6.13

download

unix · zip
curl -fL -o v2.6.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.13.zip
                    printf '%s  %s\n' '50d44a6d7c4374ee91539bedfa23ed9e41e4c199c15fa16964c05fb04b7f62bf' 'v2.6.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.13.zip"
$out = "v2.6.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50d44a6d7c4374ee91539bedfa23ed9e41e4c199c15fa16964c05fb04b7f62bf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.13.tar.gz
                    printf '%s  %s\n' '39a9229cb188c71246f463065d006a6b463d30af41338c01ca210ac3dc03221c' 'v2.6.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.13.tar.gz"
$out = "v2.6.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39a9229cb188c71246f463065d006a6b463d30af41338c01ca210ac3dc03221c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.13.zip
                    printf '%s  %s\n' '50d44a6d7c4374ee91539bedfa23ed9e41e4c199c15fa16964c05fb04b7f62bf' 'v2.6.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.13.zip"
$out = "v2.6.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50d44a6d7c4374ee91539bedfa23ed9e41e4c199c15fa16964c05fb04b7f62bf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.13.tar.gz
                    printf '%s  %s\n' '39a9229cb188c71246f463065d006a6b463d30af41338c01ca210ac3dc03221c' 'v2.6.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.13.tar.gz"
$out = "v2.6.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39a9229cb188c71246f463065d006a6b463d30af41338c01ca210ac3dc03221c") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.13.zip zip 91.6 KiB
blake3-24 fdbf11330ae344d9f84280939a86c8c57d2be2d8912505eb
sha256 50d44a6d7c4374ee91539bedfa23ed9e41e4c199c15fa16964c05fb04b7f62bf
sha1 e8a25f9b5e4a2a97eb455d50583c5acc28d17abc
v2.6.13.tar.gz tar.gz 71.6 KiB
blake3-24 f75b729fe75aa1a2cd9c411691eae81f53906d59044bde9c
sha256 39a9229cb188c71246f463065d006a6b463d30af41338c01ca210ac3dc03221c
sha1 2e49269570fe1d11f71e34189818110254316c66

install

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