vault / meshtastic-android / 2.0.6
meshtastic-android @ 2.0.6
integrity
- size
- 3.8 MiB
- downloaded
- last checked
release notes
What's Changed
- add fields for position fixed by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/524
- add ModuleConfig settings by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/526
- updates for atak forwarder 2.0 by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/528
- fix Settings tab buttons not working properly on Android 13
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.0.3...2.0.6
download
unix · zip
curl -fL -o 2.0.6.zip https://ratatoskr.space/pkg/meshtastic-android/2.0.6.zip
printf '%s %s\n' '0a5936f113d0b7c0984e102c7d2c0db806088284a9f994a4418059edb95f686e' '2.0.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.6.zip"
$out = "2.0.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a5936f113d0b7c0984e102c7d2c0db806088284a9f994a4418059edb95f686e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.0.6.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.0.6.tar.gz
printf '%s %s\n' 'e401b8b48954d2b6b04f65a455a8602efc25a381a61770da6b5b18b9d12e8e26' '2.0.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.6.tar.gz"
$out = "2.0.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e401b8b48954d2b6b04f65a455a8602efc25a381a61770da6b5b18b9d12e8e26") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.0.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.6.zip
printf '%s %s\n' '0a5936f113d0b7c0984e102c7d2c0db806088284a9f994a4418059edb95f686e' '2.0.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.6.zip"
$out = "2.0.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a5936f113d0b7c0984e102c7d2c0db806088284a9f994a4418059edb95f686e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.0.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.6.tar.gz
printf '%s %s\n' 'e401b8b48954d2b6b04f65a455a8602efc25a381a61770da6b5b18b9d12e8e26' '2.0.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.6.tar.gz"
$out = "2.0.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e401b8b48954d2b6b04f65a455a8602efc25a381a61770da6b5b18b9d12e8e26") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.0.6.zip | zip | 3.8 MiB |
blake3-24 ca4a17ae2f83adcf51cbea846c70bb6a60db59a052c66478
sha256 0a5936f113d0b7c0984e102c7d2c0db806088284a9f994a4418059edb95f686e
sha1 4de44dfc50268fe32f1b015aa97add0e14de5b25
|
| 2.0.6.tar.gz | tar.gz | 3.7 MiB |
blake3-24 7bed202fdf4bb6c5a26b9a3b7fba186c2f08ef7592728962
sha256 e401b8b48954d2b6b04f65a455a8602efc25a381a61770da6b5b18b9d12e8e26
sha1 bc00752250edfb40c4e18d5304afbd5f416d971e
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.0.6.tar.gz"],
integrity = "sha256-5AG4tIlU0rawT2WkVahgLvwlo4GmF3Daa1sYudEujiY=",
strip_prefix = "meshtastic-android-2.0.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.6.tar.gz"],
integrity = "sha256-5AG4tIlU0rawT2WkVahgLvwlo4GmF3Daa1sYudEujiY=",
strip_prefix = "meshtastic-android-2.0.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.6.tar.gz",