vault / meshtastic-android / 2.1.21
meshtastic-android @ 2.1.21
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- feat: update Ukrainian localization strings by @Krezalis in https://github.com/meshtastic/Meshtastic-Android/pull/674
- feat: add option to show phone GPS location on map by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/675
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.1.20...2.1.21
download
unix · zip
curl -fL -o 2.1.21.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.21.zip
printf '%s %s\n' '746af1ab462526b050911927a9d1b5fea648afc6b59c2dbfb2a260ad35d73bf6' '2.1.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.21.zip"
$out = "2.1.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "746af1ab462526b050911927a9d1b5fea648afc6b59c2dbfb2a260ad35d73bf6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.21.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.21.tar.gz
printf '%s %s\n' 'c1fc8801415bdd755b5e08e81c3774c97e5b006e757007f25b48777f97d5cf89' '2.1.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.21.tar.gz"
$out = "2.1.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1fc8801415bdd755b5e08e81c3774c97e5b006e757007f25b48777f97d5cf89") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.21.zip
printf '%s %s\n' '746af1ab462526b050911927a9d1b5fea648afc6b59c2dbfb2a260ad35d73bf6' '2.1.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.21.zip"
$out = "2.1.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "746af1ab462526b050911927a9d1b5fea648afc6b59c2dbfb2a260ad35d73bf6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.21.tar.gz
printf '%s %s\n' 'c1fc8801415bdd755b5e08e81c3774c97e5b006e757007f25b48777f97d5cf89' '2.1.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.21.tar.gz"
$out = "2.1.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1fc8801415bdd755b5e08e81c3774c97e5b006e757007f25b48777f97d5cf89") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.1.21.zip | zip | 2.2 MiB |
blake3-24 39f171691c8f340ff0a1120e8e3de6ec4929b0b5666f9bf9
sha256 746af1ab462526b050911927a9d1b5fea648afc6b59c2dbfb2a260ad35d73bf6
sha1 24a7f3819d8de7b890089aac10f0a3d9160a8537
|
| 2.1.21.tar.gz | tar.gz | 2.1 MiB |
blake3-24 9b493c1f3fd060ae3bec3f943bb76a885d8d0586c2dad79c
sha256 c1fc8801415bdd755b5e08e81c3774c97e5b006e757007f25b48777f97d5cf89
sha1 43c3a4093ad59c1e2bcebacfc9e8415619d435b3
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.21.tar.gz"],
integrity = "sha256-wfyIAUFb3XVbXgjoHDd0yX5bAG51cAfyW0h3f5fVz4k=",
strip_prefix = "meshtastic-android-2.1.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.21.tar.gz"],
integrity = "sha256-wfyIAUFb3XVbXgjoHDd0yX5bAG51cAfyW0h3f5fVz4k=",
strip_prefix = "meshtastic-android-2.1.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.21.tar.gz",