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

meshtastic-protobufs @ v2.0.21

integrity

size
62.4 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.0.20...v2.0.21

download

unix · zip
curl -fL -o v2.0.21.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.zip
                    printf '%s  %s\n' 'a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc' 'v2.0.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.zip"
$out = "v2.0.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.21.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz
                    printf '%s  %s\n' '965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923' 'v2.0.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz"
$out = "v2.0.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.zip
                    printf '%s  %s\n' 'a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc' 'v2.0.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.zip"
$out = "v2.0.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz
                    printf '%s  %s\n' '965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923' 'v2.0.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz"
$out = "v2.0.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.21.zip zip 63.2 KiB
blake3-24 6c1617657e290d97501dc6fcc0ec0e74afdd29688dc09558
sha256 a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc
sha1 816d84bea9c2b7f66400ad25c1e02438e1237ced
v2.0.21.tar.gz tar.gz 47.8 KiB
blake3-24 319bdd5c3935ca5c3b583dd3055572fe920109d79b15c720
sha256 965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923
sha1 f135d834def651151b55005cf46c09ef226b1af2

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz"],
    integrity = "sha256-ll6OIifGVxAu16WDgZVXVy2MGrlzUgIGPN+50UvbGSM=",
    strip_prefix = "meshtastic-protobufs-v2.0.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz"],
    integrity = "sha256-ll6OIifGVxAu16WDgZVXVy2MGrlzUgIGPN+50UvbGSM=",
    strip_prefix = "meshtastic-protobufs-v2.0.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz",
← v2.0.22v2.0.20 →