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

meshtastic-protobufs @ v2.7.19

integrity

size
102.8 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.18...v2.7.19

download

unix · zip
curl -fL -o v2.7.19.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.19.zip
                    printf '%s  %s\n' '98c82b4dbcf23fe027b8b03c94d3bd6c3a177f18d3647881e4ba15b5b0f2f0be' 'v2.7.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.19.zip"
$out = "v2.7.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98c82b4dbcf23fe027b8b03c94d3bd6c3a177f18d3647881e4ba15b5b0f2f0be") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.19.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.19.tar.gz
                    printf '%s  %s\n' '310532a4b6d96ee89582ba87f515c8ff6244a013dc16e54bdbdbd7b4a9700fc9' 'v2.7.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.19.tar.gz"
$out = "v2.7.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "310532a4b6d96ee89582ba87f515c8ff6244a013dc16e54bdbdbd7b4a9700fc9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.19.zip
                    printf '%s  %s\n' '98c82b4dbcf23fe027b8b03c94d3bd6c3a177f18d3647881e4ba15b5b0f2f0be' 'v2.7.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.19.zip"
$out = "v2.7.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98c82b4dbcf23fe027b8b03c94d3bd6c3a177f18d3647881e4ba15b5b0f2f0be") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.19.tar.gz
                    printf '%s  %s\n' '310532a4b6d96ee89582ba87f515c8ff6244a013dc16e54bdbdbd7b4a9700fc9' 'v2.7.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.19.tar.gz"
$out = "v2.7.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "310532a4b6d96ee89582ba87f515c8ff6244a013dc16e54bdbdbd7b4a9700fc9") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.19.zip zip 103.9 KiB
blake3-24 34bf56495a2bdffb8da6401661bbdf09163a0ebb996ed22a
sha256 98c82b4dbcf23fe027b8b03c94d3bd6c3a177f18d3647881e4ba15b5b0f2f0be
sha1 446402e522a6b56b497044eb727bf1d6a093c3cf
v2.7.19.tar.gz tar.gz 81.2 KiB
blake3-24 f5b80155c237afb6cad16e391b00a2ecb89b17552f5a70a1
sha256 310532a4b6d96ee89582ba87f515c8ff6244a013dc16e54bdbdbd7b4a9700fc9
sha1 321f85859ea2f248fa04642b38696f939f132f1d

install

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