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

meshtastic-protobufs @ v2.2.23

integrity

size
71.2 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.2.22...v2.2.23

download

unix · zip
curl -fL -o v2.2.23.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.23.zip
                    printf '%s  %s\n' '36fb99b51474a7f62f34b36dafa41b2d6b919446eefd6f7e2181a4eafdaada80' 'v2.2.23.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.23.zip"
$out = "v2.2.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "36fb99b51474a7f62f34b36dafa41b2d6b919446eefd6f7e2181a4eafdaada80") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.23.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.23.tar.gz
                    printf '%s  %s\n' '85d7b8bb0c1516cd899c490ff43be2825e999fc6a4de4112fc5b29392ee71db1' 'v2.2.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.23.tar.gz"
$out = "v2.2.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85d7b8bb0c1516cd899c490ff43be2825e999fc6a4de4112fc5b29392ee71db1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.23.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.23.zip
                    printf '%s  %s\n' '36fb99b51474a7f62f34b36dafa41b2d6b919446eefd6f7e2181a4eafdaada80' 'v2.2.23.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.23.zip"
$out = "v2.2.23.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "36fb99b51474a7f62f34b36dafa41b2d6b919446eefd6f7e2181a4eafdaada80") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.23.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.23.tar.gz
                    printf '%s  %s\n' '85d7b8bb0c1516cd899c490ff43be2825e999fc6a4de4112fc5b29392ee71db1' 'v2.2.23.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.23.tar.gz"
$out = "v2.2.23.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85d7b8bb0c1516cd899c490ff43be2825e999fc6a4de4112fc5b29392ee71db1") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.23.zip zip 72.2 KiB
blake3-24 41ae912afc2476f1061ccca1b0ca64c2c987c093ae96e73c
sha256 36fb99b51474a7f62f34b36dafa41b2d6b919446eefd6f7e2181a4eafdaada80
sha1 bc3f4422a9074b7489f8b264b6ccc36ba15d7513
v2.2.23.tar.gz tar.gz 54.4 KiB
blake3-24 5ef2b15db8de314dd46c63326fff191188eb3726ed1f4b1d
sha256 85d7b8bb0c1516cd899c490ff43be2825e999fc6a4de4112fc5b29392ee71db1
sha1 7f5b63d7da5e6f4a449ebe5e8ad9e2bdf769bc13

install

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