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

meshtastic-protobufs @ v2.1.3

integrity

size
62.3 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.0...v2.1.3

download

unix · zip
curl -fL -o v2.1.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.3.zip
                    printf '%s  %s\n' '15a81e2d2bfcdcfd603462fadefbd971814b54b8d6cd6b3b411f5893a3f6fefb' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15a81e2d2bfcdcfd603462fadefbd971814b54b8d6cd6b3b411f5893a3f6fefb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.3.tar.gz
                    printf '%s  %s\n' 'ed85d30f8c20ac2296893b3b9b7099dbc4a948cf3e100df3d003988e5281fb68' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ed85d30f8c20ac2296893b3b9b7099dbc4a948cf3e100df3d003988e5281fb68") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.3.zip
                    printf '%s  %s\n' '15a81e2d2bfcdcfd603462fadefbd971814b54b8d6cd6b3b411f5893a3f6fefb' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15a81e2d2bfcdcfd603462fadefbd971814b54b8d6cd6b3b411f5893a3f6fefb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.3.tar.gz
                    printf '%s  %s\n' 'ed85d30f8c20ac2296893b3b9b7099dbc4a948cf3e100df3d003988e5281fb68' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ed85d30f8c20ac2296893b3b9b7099dbc4a948cf3e100df3d003988e5281fb68") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.3.zip zip 63.2 KiB
blake3-24 f70f0ed91fc559743922aa16ebd023596cc09febe9807cd9
sha256 15a81e2d2bfcdcfd603462fadefbd971814b54b8d6cd6b3b411f5893a3f6fefb
sha1 dca9b02978a64d021f92d1811904005a1351a538
v2.1.3.tar.gz tar.gz 47.8 KiB
blake3-24 787f19d551ea54b4515c130ba5ca3ca59c0e3bb06e173d9b
sha256 ed85d30f8c20ac2296893b3b9b7099dbc4a948cf3e100df3d003988e5281fb68
sha1 48522e223e64aa978ef18a5bda84596a44687422

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.3.tar.gz"],
    integrity = "sha256-7YXTD4wgrCKWiTs7m3CZ28SpSM8+EA3z0AOYjlKB+2g=",
    strip_prefix = "meshtastic-protobufs-v2.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.3.tar.gz"],
    integrity = "sha256-7YXTD4wgrCKWiTs7m3CZ28SpSM8+EA3z0AOYjlKB+2g=",
    strip_prefix = "meshtastic-protobufs-v2.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.3.tar.gz",
← v2.1.4v2.1.2 →