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

meshtastic-protobufs @ v2.1.9

integrity

size
63.9 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.1.8...v2.1.9

download

unix · zip
curl -fL -o v2.1.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.9.zip
                    printf '%s  %s\n' 'd0ca7abb783e9c34dbea635dbfd2e43393e2950f165cb88ffb5040c036f83d0b' 'v2.1.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.9.zip"
$out = "v2.1.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0ca7abb783e9c34dbea635dbfd2e43393e2950f165cb88ffb5040c036f83d0b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.9.tar.gz
                    printf '%s  %s\n' '2aee004568acf9fb7b0849e63024cdbc154cd7f4f078faa06e90be203023521d' 'v2.1.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.9.tar.gz"
$out = "v2.1.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2aee004568acf9fb7b0849e63024cdbc154cd7f4f078faa06e90be203023521d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.9.zip
                    printf '%s  %s\n' 'd0ca7abb783e9c34dbea635dbfd2e43393e2950f165cb88ffb5040c036f83d0b' 'v2.1.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.9.zip"
$out = "v2.1.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0ca7abb783e9c34dbea635dbfd2e43393e2950f165cb88ffb5040c036f83d0b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.9.tar.gz
                    printf '%s  %s\n' '2aee004568acf9fb7b0849e63024cdbc154cd7f4f078faa06e90be203023521d' 'v2.1.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.9.tar.gz"
$out = "v2.1.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2aee004568acf9fb7b0849e63024cdbc154cd7f4f078faa06e90be203023521d") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.9.zip zip 64.9 KiB
blake3-24 1f7d8ed3299a836aa6de4dccc112a6b636c6b7a7245227ea
sha256 d0ca7abb783e9c34dbea635dbfd2e43393e2950f165cb88ffb5040c036f83d0b
sha1 26a3c08e0b743d74995be00547230cb605661b30
v2.1.9.tar.gz tar.gz 48.7 KiB
blake3-24 4b24778d254b073530157e696f87f7699a9e7b273a93f747
sha256 2aee004568acf9fb7b0849e63024cdbc154cd7f4f078faa06e90be203023521d
sha1 e8692ffb05fc936066cc8221cfcb0299f59acd6f

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.9.tar.gz"],
    integrity = "sha256-Ku4ARWis+ft7CEnmMCTNvBVM1/TwePqgbpC+IDAjUh0=",
    strip_prefix = "meshtastic-protobufs-v2.1.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.9.tar.gz"],
    integrity = "sha256-Ku4ARWis+ft7CEnmMCTNvBVM1/TwePqgbpC+IDAjUh0=",
    strip_prefix = "meshtastic-protobufs-v2.1.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.9.tar.gz",
← v2.1.10v2.1.8 →