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

meshtastic-protobufs @ v2.5.12

integrity

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

release notes

Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.11...v2.5.12

download

unix · zip
curl -fL -o v2.5.12.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.12.zip
                    printf '%s  %s\n' 'b7a9e475676f486658ca73beb8811164405cd9de27bc4f954f396f9a528dcd34' 'v2.5.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.12.zip"
$out = "v2.5.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b7a9e475676f486658ca73beb8811164405cd9de27bc4f954f396f9a528dcd34") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.12.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.12.tar.gz
                    printf '%s  %s\n' 'c3fad2e145bb717c99afb6b9d6156ca37f4bb9f40403bfcf5dd37b5c3f750080' 'v2.5.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.12.tar.gz"
$out = "v2.5.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c3fad2e145bb717c99afb6b9d6156ca37f4bb9f40403bfcf5dd37b5c3f750080") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.12.zip
                    printf '%s  %s\n' 'b7a9e475676f486658ca73beb8811164405cd9de27bc4f954f396f9a528dcd34' 'v2.5.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.12.zip"
$out = "v2.5.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b7a9e475676f486658ca73beb8811164405cd9de27bc4f954f396f9a528dcd34") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.12.tar.gz
                    printf '%s  %s\n' 'c3fad2e145bb717c99afb6b9d6156ca37f4bb9f40403bfcf5dd37b5c3f750080' 'v2.5.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.12.tar.gz"
$out = "v2.5.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c3fad2e145bb717c99afb6b9d6156ca37f4bb9f40403bfcf5dd37b5c3f750080") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.12.zip zip 88.4 KiB
blake3-24 b6c07e39afc0934bdd32b55955e0e31b86e5738cc1dbd58d
sha256 b7a9e475676f486658ca73beb8811164405cd9de27bc4f954f396f9a528dcd34
sha1 2b8e67fd544803d287cb67155ac52e73c37c0db3
v2.5.12.tar.gz tar.gz 66.4 KiB
blake3-24 e00b3a9e251d2fa1b2b7c28d6e8a465e850eee6f49e97ee1
sha256 c3fad2e145bb717c99afb6b9d6156ca37f4bb9f40403bfcf5dd37b5c3f750080
sha1 7204497b6cfe01b20ec9d8ae710e95a96432125c

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.12.tar.gz"],
    integrity = "sha256-w/rS4UW7cXyZr7a51hVso39LufQEA7/PXdN7XD91AIA=",
    strip_prefix = "meshtastic-protobufs-v2.5.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.12.tar.gz"],
    integrity = "sha256-w/rS4UW7cXyZr7a51hVso39LufQEA7/PXdN7XD91AIA=",
    strip_prefix = "meshtastic-protobufs-v2.5.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.12.tar.gz",
← v2.5.13v2.5.11 →