vault / meshtastic-protobufs / v2.1.4
meshtastic-protobufs @ v2.1.4
integrity
- size
- 62.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Display setting wake_on_tap_or_motion by @thebentern in https://github.com/meshtastic/protobufs/pull/329
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.1...v2.1.4
download
unix · zip
curl -fL -o v2.1.4.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.4.zip
printf '%s %s\n' 'cc29ad415afa90948db5345144a19a898f9eedde6c78d54b28c87956e0ee8acd' 'v2.1.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.4.zip"
$out = "v2.1.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc29ad415afa90948db5345144a19a898f9eedde6c78d54b28c87956e0ee8acd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.4.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.4.tar.gz
printf '%s %s\n' '3cc0adffd4cc3e1d96f9e645f2bc6207c5654f01598bc4fc0eb0230e7f83c933' 'v2.1.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.4.tar.gz"
$out = "v2.1.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3cc0adffd4cc3e1d96f9e645f2bc6207c5654f01598bc4fc0eb0230e7f83c933") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.4.zip
printf '%s %s\n' 'cc29ad415afa90948db5345144a19a898f9eedde6c78d54b28c87956e0ee8acd' 'v2.1.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.4.zip"
$out = "v2.1.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc29ad415afa90948db5345144a19a898f9eedde6c78d54b28c87956e0ee8acd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.4.tar.gz
printf '%s %s\n' '3cc0adffd4cc3e1d96f9e645f2bc6207c5654f01598bc4fc0eb0230e7f83c933' 'v2.1.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.4.tar.gz"
$out = "v2.1.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3cc0adffd4cc3e1d96f9e645f2bc6207c5654f01598bc4fc0eb0230e7f83c933") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.4.zip | zip | 63.2 KiB |
blake3-24 0fa4f8e5d7f729b32c2a7273b87bb4a7b2ff3aa525a8631a
sha256 cc29ad415afa90948db5345144a19a898f9eedde6c78d54b28c87956e0ee8acd
sha1 522ca59e3758a3d9448a26e47ad82f23fed7bebe
|
| v2.1.4.tar.gz | tar.gz | 47.9 KiB |
blake3-24 b5ed80d2294d58d2ef9f944ef0bfb6ff115359b9add1d903
sha256 3cc0adffd4cc3e1d96f9e645f2bc6207c5654f01598bc4fc0eb0230e7f83c933
sha1 dca1cce97019194312e54b03173496416e4f4d81
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.4.tar.gz"],
integrity = "sha256-PMCt/9TMPh2W+eZF8rxiB8VlTwFZi8T8DrAjDn+DyTM=",
strip_prefix = "meshtastic-protobufs-v2.1.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.4.tar.gz"],
integrity = "sha256-PMCt/9TMPh2W+eZF8rxiB8VlTwFZi8T8DrAjDn+DyTM=",
strip_prefix = "meshtastic-protobufs-v2.1.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.4.tar.gz",