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

meshtastic-protobufs @ v2.1.5

integrity

size
62.5 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.4...v2.1.5

download

unix · zip
curl -fL -o v2.1.5.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.5.zip
                    printf '%s  %s\n' '96ba741ad8e3e6ea2af1c7efc74b64248265a907c0064bf35e172f5c6b667a55' 'v2.1.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.5.zip"
$out = "v2.1.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "96ba741ad8e3e6ea2af1c7efc74b64248265a907c0064bf35e172f5c6b667a55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.5.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.5.tar.gz
                    printf '%s  %s\n' '89ae4c9549d6bc6a7875b6e9fa64d8d111cfe181ddd61ca2daf501354fe960ea' 'v2.1.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.5.tar.gz"
$out = "v2.1.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "89ae4c9549d6bc6a7875b6e9fa64d8d111cfe181ddd61ca2daf501354fe960ea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.5.zip
                    printf '%s  %s\n' '96ba741ad8e3e6ea2af1c7efc74b64248265a907c0064bf35e172f5c6b667a55' 'v2.1.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.5.zip"
$out = "v2.1.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "96ba741ad8e3e6ea2af1c7efc74b64248265a907c0064bf35e172f5c6b667a55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.5.tar.gz
                    printf '%s  %s\n' '89ae4c9549d6bc6a7875b6e9fa64d8d111cfe181ddd61ca2daf501354fe960ea' 'v2.1.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.5.tar.gz"
$out = "v2.1.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "89ae4c9549d6bc6a7875b6e9fa64d8d111cfe181ddd61ca2daf501354fe960ea") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.5.zip zip 63.3 KiB
blake3-24 e43c1b7d15108ae1bb8d31d03cc74be2ec71dde4666f690b
sha256 96ba741ad8e3e6ea2af1c7efc74b64248265a907c0064bf35e172f5c6b667a55
sha1 4ed136fd6069670c73e1b02c01c0e3327171d08e
v2.1.5.tar.gz tar.gz 48.0 KiB
blake3-24 a6a93bfe7f0dd3925154dd896721ace86a34aea81e270ba5
sha256 89ae4c9549d6bc6a7875b6e9fa64d8d111cfe181ddd61ca2daf501354fe960ea
sha1 f025890693e715f080f67282784949fea10e78c9

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.5.tar.gz"],
    integrity = "sha256-ia5MlUnWvGp4dbbp+mTY0RHP4YHd1hyi2vUBNU/pYOo=",
    strip_prefix = "meshtastic-protobufs-v2.1.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.5.tar.gz"],
    integrity = "sha256-ia5MlUnWvGp4dbbp+mTY0RHP4YHd1hyi2vUBNU/pYOo=",
    strip_prefix = "meshtastic-protobufs-v2.1.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.5.tar.gz",
← v2.1.6v2.1.4 →