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

meshtastic-protobufs @ v2.7.18

integrity

size
100.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.17...v2.7.18

download

unix · zip
curl -fL -o v2.7.18.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.18.zip
                    printf '%s  %s\n' '7897268ceb65ef63d09dd2aa5400b66bfc09686dcb2972225562f4f627c995ca' 'v2.7.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.18.zip"
$out = "v2.7.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7897268ceb65ef63d09dd2aa5400b66bfc09686dcb2972225562f4f627c995ca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.18.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.18.tar.gz
                    printf '%s  %s\n' 'fef2145bb4fadbb0b9f0349f51eed1ddbc3ca3b0e161befe05191bd0784ceb7b' 'v2.7.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.18.tar.gz"
$out = "v2.7.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fef2145bb4fadbb0b9f0349f51eed1ddbc3ca3b0e161befe05191bd0784ceb7b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.18.zip
                    printf '%s  %s\n' '7897268ceb65ef63d09dd2aa5400b66bfc09686dcb2972225562f4f627c995ca' 'v2.7.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.18.zip"
$out = "v2.7.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7897268ceb65ef63d09dd2aa5400b66bfc09686dcb2972225562f4f627c995ca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.18.tar.gz
                    printf '%s  %s\n' 'fef2145bb4fadbb0b9f0349f51eed1ddbc3ca3b0e161befe05191bd0784ceb7b' 'v2.7.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.18.tar.gz"
$out = "v2.7.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fef2145bb4fadbb0b9f0349f51eed1ddbc3ca3b0e161befe05191bd0784ceb7b") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.18.zip zip 101.8 KiB
blake3-24 d40d7c71405ef60bca4d0ce8a1987148c71535ecaf8dde31
sha256 7897268ceb65ef63d09dd2aa5400b66bfc09686dcb2972225562f4f627c995ca
sha1 4402d859b692fe97b412bb3f3047a2bc83ea2d91
v2.7.18.tar.gz tar.gz 79.2 KiB
blake3-24 be408ed018757bdcdc810584a4f34d3af2a45784aef38ec1
sha256 fef2145bb4fadbb0b9f0349f51eed1ddbc3ca3b0e161befe05191bd0784ceb7b
sha1 8416c900eebca5a26c674304440caa9c1ce0c08d

install

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