vault / meshtastic-protobufs / v2.2.6
meshtastic-protobufs @ v2.2.6
integrity
- size
- 66.7 KiB
- downloaded
- last checked
release notes
What's Changed
- Updating time comments by @thebentern in https://github.com/meshtastic/protobufs/pull/386
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.5...v2.2.6
download
unix · zip
curl -fL -o v2.2.6.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.6.zip
printf '%s %s\n' 'c0301c703c07a985b3aeffc4bb3e0df254ea23d72c3b0118faa1897b6ed75b54' 'v2.2.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.6.zip"
$out = "v2.2.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0301c703c07a985b3aeffc4bb3e0df254ea23d72c3b0118faa1897b6ed75b54") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.6.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.6.tar.gz
printf '%s %s\n' '613641d4aee76f38f339feb2dc496cd5254db2ff67d12d0e7663826427ae58ba' 'v2.2.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.6.tar.gz"
$out = "v2.2.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "613641d4aee76f38f339feb2dc496cd5254db2ff67d12d0e7663826427ae58ba") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.6.zip
printf '%s %s\n' 'c0301c703c07a985b3aeffc4bb3e0df254ea23d72c3b0118faa1897b6ed75b54' 'v2.2.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.6.zip"
$out = "v2.2.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0301c703c07a985b3aeffc4bb3e0df254ea23d72c3b0118faa1897b6ed75b54") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.6.tar.gz
printf '%s %s\n' '613641d4aee76f38f339feb2dc496cd5254db2ff67d12d0e7663826427ae58ba' 'v2.2.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.6.tar.gz"
$out = "v2.2.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "613641d4aee76f38f339feb2dc496cd5254db2ff67d12d0e7663826427ae58ba") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.6.zip | zip | 67.6 KiB |
blake3-24 c20baa266ea00ee6c138360946d3ac9ce8c2d29f63bf8f8e
sha256 c0301c703c07a985b3aeffc4bb3e0df254ea23d72c3b0118faa1897b6ed75b54
sha1 84b1b3e9ecf365f5c3c6678211d8d35993a9969f
|
| v2.2.6.tar.gz | tar.gz | 50.9 KiB |
blake3-24 3c399e262d7d9818b662462f90e2a5339113959ad107a203
sha256 613641d4aee76f38f339feb2dc496cd5254db2ff67d12d0e7663826427ae58ba
sha1 4e696a024f444206987c16f6bc61384c1ec27090
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.6.tar.gz"],
integrity = "sha256-YTZB1K7nbzjzOf6y3Els1SVNsv9n0S0OdmOCZCeuWLo=",
strip_prefix = "meshtastic-protobufs-v2.2.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.6.tar.gz"],
integrity = "sha256-YTZB1K7nbzjzOf6y3Els1SVNsv9n0S0OdmOCZCeuWLo=",
strip_prefix = "meshtastic-protobufs-v2.2.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.6.tar.gz",