vault / meshtastic-protobufs / v2.2.5
meshtastic-protobufs @ v2.2.5
integrity
- size
- 66.8 KiB
- downloaded
- last checked
release notes
What's Changed
- Cleanup ambient lighting comments by @thebentern in https://github.com/meshtastic/protobufs/pull/385
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.4...v2.2.5
download
unix · zip
curl -fL -o v2.2.5.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.5.zip
printf '%s %s\n' 'a568c88d3f7cfe0cd6ecd109d7838ef71e6c6ddd10e81c6cc2fb30f21b4cad16' 'v2.2.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.5.zip"
$out = "v2.2.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a568c88d3f7cfe0cd6ecd109d7838ef71e6c6ddd10e81c6cc2fb30f21b4cad16") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.5.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.5.tar.gz
printf '%s %s\n' 'c7b10d04806134d452550f837d719d5d2c29f5a3dfc5955cea807bad748bbbbc' 'v2.2.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.5.tar.gz"
$out = "v2.2.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7b10d04806134d452550f837d719d5d2c29f5a3dfc5955cea807bad748bbbbc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.5.zip
printf '%s %s\n' 'a568c88d3f7cfe0cd6ecd109d7838ef71e6c6ddd10e81c6cc2fb30f21b4cad16' 'v2.2.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.5.zip"
$out = "v2.2.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a568c88d3f7cfe0cd6ecd109d7838ef71e6c6ddd10e81c6cc2fb30f21b4cad16") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.5.tar.gz
printf '%s %s\n' 'c7b10d04806134d452550f837d719d5d2c29f5a3dfc5955cea807bad748bbbbc' 'v2.2.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.5.tar.gz"
$out = "v2.2.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7b10d04806134d452550f837d719d5d2c29f5a3dfc5955cea807bad748bbbbc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.5.zip | zip | 67.8 KiB |
blake3-24 0c0b4b00d9461d1a6501ad46976f2f22776d5bddc48507ae
sha256 a568c88d3f7cfe0cd6ecd109d7838ef71e6c6ddd10e81c6cc2fb30f21b4cad16
sha1 bb4de24b91c80896477891b323a1b9c7e6d89d29
|
| v2.2.5.tar.gz | tar.gz | 51.0 KiB |
blake3-24 edc2b539aae9b7c3c002db856e7e1f4d83af9b32e7436d7c
sha256 c7b10d04806134d452550f837d719d5d2c29f5a3dfc5955cea807bad748bbbbc
sha1 22872f5aadff09ce14bfe0123311d76b6f313f9a
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.5.tar.gz"],
integrity = "sha256-x7ENBIBhNNRSVQ+DfXGdXSwp9aPfxZVc6oB7rXSLu7w=",
strip_prefix = "meshtastic-protobufs-v2.2.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.5.tar.gz"],
integrity = "sha256-x7ENBIBhNNRSVQ+DfXGdXSwp9aPfxZVc6oB7rXSLu7w=",
strip_prefix = "meshtastic-protobufs-v2.2.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.5.tar.gz",