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

meshtastic-protobufs @ v2.3.13

integrity

size
75.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.3.12...v2.3.13

download

unix · zip
curl -fL -o v2.3.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.zip
                    printf '%s  %s\n' 'aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9' 'v2.3.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.zip"
$out = "v2.3.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.tar.gz
                    printf '%s  %s\n' '2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8' 'v2.3.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.tar.gz"
$out = "v2.3.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.zip
                    printf '%s  %s\n' 'aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9' 'v2.3.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.zip"
$out = "v2.3.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.tar.gz
                    printf '%s  %s\n' '2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8' 'v2.3.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.tar.gz"
$out = "v2.3.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.13.zip zip 77.1 KiB
blake3-24 71d5c7c728102c5b99d43a0723108154fa4bddf54ac2db27
sha256 aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9
sha1 4e12c0b2c3e7b9319f7377b684907f258e6f72a5
v2.3.13.tar.gz tar.gz 59.4 KiB
blake3-24 48d178a7fd1eed52cc5e552447217696df9d41ea52fe33a1
sha256 2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8
sha1 c063db87d62d66388731c287191d6cf685cd27ac

install

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