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

meshtastic-protobufs @ v2.4.0

integrity

size
78.3 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.3.15...v2.4.0

download

unix · zip
curl -fL -o v2.4.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.zip
                    printf '%s  %s\n' 'df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83' 'v2.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.zip"
$out = "v2.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.tar.gz
                    printf '%s  %s\n' '436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d' 'v2.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.tar.gz"
$out = "v2.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.zip
                    printf '%s  %s\n' 'df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83' 'v2.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.zip"
$out = "v2.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.tar.gz
                    printf '%s  %s\n' '436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d' 'v2.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.tar.gz"
$out = "v2.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d") { throw "sha256 mismatch" }
artifact format size hashes
v2.4.0.zip zip 79.6 KiB
blake3-24 cbbcec90ea7f3552c44465feb54f746d1cb49ee6c4ce889b
sha256 df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83
sha1 3cde78ff730fdebe2a81b1882d195ed55709bd3c
v2.4.0.tar.gz tar.gz 61.5 KiB
blake3-24 bd06b8dd30ed3b5ca9c925094f599b0bfc0f46f5cc4aca95
sha256 436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d
sha1 fdf79a2cae464267f5b5ae28848ed4463b64d29f

install

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