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

meshtastic-protobufs @ v2.5.0

integrity

size
81.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.4.3...v2.5.0

download

unix · zip
curl -fL -o v2.5.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.zip
                    printf '%s  %s\n' '21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177' 'v2.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.zip"
$out = "v2.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.tar.gz
                    printf '%s  %s\n' 'e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571' 'v2.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.tar.gz"
$out = "v2.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.zip
                    printf '%s  %s\n' '21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177' 'v2.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.zip"
$out = "v2.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.tar.gz
                    printf '%s  %s\n' 'e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571' 'v2.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.tar.gz"
$out = "v2.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.0.zip zip 82.5 KiB
blake3-24 d718c8069dc88846c66c1eae8669bd9bbaf8aacb91e1e608
sha256 21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177
sha1 1ad65e137b42cea52135127f7b86dbeaea577d21
v2.5.0.tar.gz tar.gz 63.8 KiB
blake3-24 83c7aa57f3d88e6421feacb789cacdad70a7754a31104d7e
sha256 e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571
sha1 06b85a1f7672f39336a12717b459d2c38d79e875

install

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