vault / meshtastic-protobufs / v2.7.2
meshtastic-protobufs @ v2.7.2
integrity
- size
- 91.1 KiB
- downloaded
- last checked
release notes
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.1...v2.7.2
download
unix · zip
curl -fL -o v2.7.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.2.zip
printf '%s %s\n' '68d7d491adb79ab8c80ea5b5dbfc93f151bb92cff161dbae6e84f748af0af20b' 'v2.7.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.2.zip"
$out = "v2.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68d7d491adb79ab8c80ea5b5dbfc93f151bb92cff161dbae6e84f748af0af20b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.2.tar.gz
printf '%s %s\n' 'c0d5b3904dae343921952aee10cd5829e47d0c9ec0b32d2f6c252547a70988b6' 'v2.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.2.tar.gz"
$out = "v2.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0d5b3904dae343921952aee10cd5829e47d0c9ec0b32d2f6c252547a70988b6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.2.zip
printf '%s %s\n' '68d7d491adb79ab8c80ea5b5dbfc93f151bb92cff161dbae6e84f748af0af20b' 'v2.7.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.2.zip"
$out = "v2.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68d7d491adb79ab8c80ea5b5dbfc93f151bb92cff161dbae6e84f748af0af20b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.2.tar.gz
printf '%s %s\n' 'c0d5b3904dae343921952aee10cd5829e47d0c9ec0b32d2f6c252547a70988b6' 'v2.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.2.tar.gz"
$out = "v2.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0d5b3904dae343921952aee10cd5829e47d0c9ec0b32d2f6c252547a70988b6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.2.zip | zip | 92.6 KiB |
blake3-24 c2c62265cca3aa85f4738c318e71525f48c4e5e210d58aa3
sha256 68d7d491adb79ab8c80ea5b5dbfc93f151bb92cff161dbae6e84f748af0af20b
sha1 fa31d2ad04b6172a0e25b715467904424a62ed55
|
| v2.7.2.tar.gz | tar.gz | 72.6 KiB |
blake3-24 98c5227f52889c62b72a728349fd7be20b5f74fefbfb9ada
sha256 c0d5b3904dae343921952aee10cd5829e47d0c9ec0b32d2f6c252547a70988b6
sha1 74c4ae7f76946e3a85ce74e09916fe38c08152e0
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.2.tar.gz"],
integrity = "sha256-wNWzkE2uNDkhlSruEM1YKeR9DJ7Asy0vbCUlR6cJiLY=",
strip_prefix = "meshtastic-protobufs-v2.7.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.2.tar.gz"],
integrity = "sha256-wNWzkE2uNDkhlSruEM1YKeR9DJ7Asy0vbCUlR6cJiLY=",
strip_prefix = "meshtastic-protobufs-v2.7.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.2.tar.gz",