vault / meshtastic-protobufs / v2.1.2
meshtastic-protobufs @ v2.1.2
integrity
- size
- 62.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Make power level less dumb by @thebentern in https://github.com/meshtastic/protobufs/pull/328
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.0...v2.1.2
download
unix · zip
curl -fL -o v2.1.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.2.zip
printf '%s %s\n' '4bc4436a84ed8b427ccdc914f0c0ca5ae40384d7e6b1d964beddcd47e90c6b90' 'v2.1.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.2.zip"
$out = "v2.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4bc4436a84ed8b427ccdc914f0c0ca5ae40384d7e6b1d964beddcd47e90c6b90") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.2.tar.gz
printf '%s %s\n' 'd1ccf8c608675a928f6031e0e2528a12585855fcdac0a6ac4f64375bf2931bf0' 'v2.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.2.tar.gz"
$out = "v2.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1ccf8c608675a928f6031e0e2528a12585855fcdac0a6ac4f64375bf2931bf0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.2.zip
printf '%s %s\n' '4bc4436a84ed8b427ccdc914f0c0ca5ae40384d7e6b1d964beddcd47e90c6b90' 'v2.1.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.2.zip"
$out = "v2.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4bc4436a84ed8b427ccdc914f0c0ca5ae40384d7e6b1d964beddcd47e90c6b90") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.2.tar.gz
printf '%s %s\n' 'd1ccf8c608675a928f6031e0e2528a12585855fcdac0a6ac4f64375bf2931bf0' 'v2.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.2.tar.gz"
$out = "v2.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1ccf8c608675a928f6031e0e2528a12585855fcdac0a6ac4f64375bf2931bf0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.2.zip | zip | 63.2 KiB |
blake3-24 7d76f3a8cf1aebbfb6127159b47a48693f7066ec9e6f4a3d
sha256 4bc4436a84ed8b427ccdc914f0c0ca5ae40384d7e6b1d964beddcd47e90c6b90
sha1 5e5bbfe6051067e5e3e1a6c4f504f951238395df
|
| v2.1.2.tar.gz | tar.gz | 47.8 KiB |
blake3-24 fe4f640a23e17381b7311e42a79efdd5797c4a3e32ccf51d
sha256 d1ccf8c608675a928f6031e0e2528a12585855fcdac0a6ac4f64375bf2931bf0
sha1 db8b48dbd2475b6ce35587a19364568832b4efb2
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.2.tar.gz"],
integrity = "sha256-0cz4xghnWpKPYDHg4lKKElhYVfzawKasT2Q3W/KTG/A=",
strip_prefix = "meshtastic-protobufs-v2.1.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.2.tar.gz"],
integrity = "sha256-0cz4xghnWpKPYDHg4lKKElhYVfzawKasT2Q3W/KTG/A=",
strip_prefix = "meshtastic-protobufs-v2.1.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.2.tar.gz",