vault / meshtastic-android / 2.0.21
meshtastic-android @ 2.0.21
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- feat: update Chinese localization strings by @gasolin in https://github.com/meshtastic/Meshtastic-Android/pull/593
- feat: update Italian localization strings by achileos in https://github.com/meshtastic/Meshtastic-Android/pull/594
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.0.20...2.0.21
download
unix · zip
curl -fL -o 2.0.21.zip https://ratatoskr.space/pkg/meshtastic-android/2.0.21.zip
printf '%s %s\n' '3740702e095ff95444c89efbd95bdd406301ce3f04efcb82de919ae4fe89180a' '2.0.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.21.zip"
$out = "2.0.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3740702e095ff95444c89efbd95bdd406301ce3f04efcb82de919ae4fe89180a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.0.21.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.0.21.tar.gz
printf '%s %s\n' '0759775affed724c14a075fc7942f820adc66b9367c96306072c4b908e5a0aa5' '2.0.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.21.tar.gz"
$out = "2.0.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0759775affed724c14a075fc7942f820adc66b9367c96306072c4b908e5a0aa5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.0.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.21.zip
printf '%s %s\n' '3740702e095ff95444c89efbd95bdd406301ce3f04efcb82de919ae4fe89180a' '2.0.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.21.zip"
$out = "2.0.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3740702e095ff95444c89efbd95bdd406301ce3f04efcb82de919ae4fe89180a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.0.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.21.tar.gz
printf '%s %s\n' '0759775affed724c14a075fc7942f820adc66b9367c96306072c4b908e5a0aa5' '2.0.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.21.tar.gz"
$out = "2.0.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0759775affed724c14a075fc7942f820adc66b9367c96306072c4b908e5a0aa5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.0.21.zip | zip | 2.2 MiB |
blake3-24 9cf2613ba528f68783e8f3070bff65e1967ccff45d6eccbc
sha256 3740702e095ff95444c89efbd95bdd406301ce3f04efcb82de919ae4fe89180a
sha1 6ea7e98c9c4c6f5f39de2eb88081eea09c91d4d0
|
| 2.0.21.tar.gz | tar.gz | 2.0 MiB |
blake3-24 64722bc512e8b7266d6178774c717fdb71c22b71e675f09f
sha256 0759775affed724c14a075fc7942f820adc66b9367c96306072c4b908e5a0aa5
sha1 1c3ed1176b894aa6342344436f827eaeae3d1af0
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.0.21.tar.gz"],
integrity = "sha256-B1l3Wv/tckwUoHX8eUL4IK3Ga5NnyWMGByxLkI5aCqU=",
strip_prefix = "meshtastic-android-2.0.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.21.tar.gz"],
integrity = "sha256-B1l3Wv/tckwUoHX8eUL4IK3Ga5NnyWMGByxLkI5aCqU=",
strip_prefix = "meshtastic-android-2.0.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.21.tar.gz",