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

meshtastic-protobufs @ v2.7.21

integrity

size
103.5 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.20...v2.7.21

download

unix · zip
curl -fL -o v2.7.21.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.21.zip
                    printf '%s  %s\n' 'efb788fef7d40898354b7c3a4759c175f711ea25f13bf0828d8b35d44a638f3e' 'v2.7.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.21.zip"
$out = "v2.7.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "efb788fef7d40898354b7c3a4759c175f711ea25f13bf0828d8b35d44a638f3e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.21.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.21.tar.gz
                    printf '%s  %s\n' 'b36fa67586c65cd13aa82c8f0a555f47031daeaf131b40e866de9554da337b5a' 'v2.7.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.21.tar.gz"
$out = "v2.7.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b36fa67586c65cd13aa82c8f0a555f47031daeaf131b40e866de9554da337b5a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.21.zip
                    printf '%s  %s\n' 'efb788fef7d40898354b7c3a4759c175f711ea25f13bf0828d8b35d44a638f3e' 'v2.7.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.21.zip"
$out = "v2.7.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "efb788fef7d40898354b7c3a4759c175f711ea25f13bf0828d8b35d44a638f3e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.21.tar.gz
                    printf '%s  %s\n' 'b36fa67586c65cd13aa82c8f0a555f47031daeaf131b40e866de9554da337b5a' 'v2.7.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.21.tar.gz"
$out = "v2.7.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b36fa67586c65cd13aa82c8f0a555f47031daeaf131b40e866de9554da337b5a") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.21.zip zip 104.5 KiB
blake3-24 4adfaeffb0ce4fb191327568b437a10a58ac853052a338bf
sha256 efb788fef7d40898354b7c3a4759c175f711ea25f13bf0828d8b35d44a638f3e
sha1 04e64052c4f2b2588c2e7554c9af5e19b1b4e367
v2.7.21.tar.gz tar.gz 81.9 KiB
blake3-24 0521d6a1ce9adc22cee8df915e15366869738f230fc6ba68
sha256 b36fa67586c65cd13aa82c8f0a555f47031daeaf131b40e866de9554da337b5a
sha1 787610df718daa8115e9c4d417fe956f2c3a55f3

install

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