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

meshtastic-protobufs @ v2.3.7

integrity

size
74.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.3.6...v2.3.7

download

unix · zip
curl -fL -o v2.3.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.zip
                    printf '%s  %s\n' 'd33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c' 'v2.3.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.zip"
$out = "v2.3.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.tar.gz
                    printf '%s  %s\n' 'bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a' 'v2.3.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.tar.gz"
$out = "v2.3.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.zip
                    printf '%s  %s\n' 'd33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c' 'v2.3.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.zip"
$out = "v2.3.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.tar.gz
                    printf '%s  %s\n' 'bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a' 'v2.3.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.tar.gz"
$out = "v2.3.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.7.zip zip 75.6 KiB
blake3-24 8b259d06e49a377ed4ee575dca3e4b2f3f2ccfa8a91eb488
sha256 d33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c
sha1 31fc401758ae95da489bc330cc3f78c884a42927
v2.3.7.tar.gz tar.gz 58.0 KiB
blake3-24 9b75df7229fcd3b99b9ee00f68726d3928b0f90c5c5d3e1f
sha256 bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a
sha1 ecfaab61fb68e5c6b88e451b4d07f54f229f3435

install

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