vault / meshtastic-android / 0.3.2
meshtastic-android @ 0.3.2
integrity
- size
- 688.7 KiB
- downloaded
- last checked
release notes
This is still an alpha, but I'm throwing caution to the wind and releasing it to 'production' on Google Play. So people can now download it without joining the beta or alpha test groups. I'll be only pushing 'stable' builds to production after they have been around in alpha/beta for a couple of weeks. So if you are an active forum member, you'll probably want to stay in the alpha/beta test groups.
Major changes:
- @CycloMies: Contributed Swedish and Finnish translations.
- @Eugene: Contributed Russian translation.
- @Ohcdh: Contributed Irish translation.
- Fix a couple of autobugs reported from app crashes. In particular someone with a Galaxy 10 tablet found this this bastard. Hopefully this change fixes it.
Full list of changes: https://github.com/meshtastic/Meshtastic-Android/compare/0.3.1...0.3.2
download
unix · zip
curl -fL -o 0.3.2.zip https://ratatoskr.space/pkg/meshtastic-android/0.3.2.zip
printf '%s %s\n' '409dce9cd392e5cc8b8ef661442563bc8892f9537403b08f6f9a6fe3f8879549' '0.3.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.3.2.zip"
$out = "0.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "409dce9cd392e5cc8b8ef661442563bc8892f9537403b08f6f9a6fe3f8879549") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.2.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.3.2.tar.gz
printf '%s %s\n' '5b1ed73ceaf5069818538106674e5eace362578e57fcbdcda946e0ff0c0337ea' '0.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.3.2.tar.gz"
$out = "0.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5b1ed73ceaf5069818538106674e5eace362578e57fcbdcda946e0ff0c0337ea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.2.zip
printf '%s %s\n' '409dce9cd392e5cc8b8ef661442563bc8892f9537403b08f6f9a6fe3f8879549' '0.3.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.2.zip"
$out = "0.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "409dce9cd392e5cc8b8ef661442563bc8892f9537403b08f6f9a6fe3f8879549") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.2.tar.gz
printf '%s %s\n' '5b1ed73ceaf5069818538106674e5eace362578e57fcbdcda946e0ff0c0337ea' '0.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.2.tar.gz"
$out = "0.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5b1ed73ceaf5069818538106674e5eace362578e57fcbdcda946e0ff0c0337ea") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.3.2.zip | zip | 692.2 KiB |
blake3-24 d77e5850ed215947d21aec9134ba47aadd43b61e7e9b6eb1
sha256 409dce9cd392e5cc8b8ef661442563bc8892f9537403b08f6f9a6fe3f8879549
sha1 01ac4bad58d3327ee4a4a07b7cd8016ff7dd04a5
|
| 0.3.2.tar.gz | tar.gz | 648.7 KiB |
blake3-24 9a8ff52d945088ad4acaaed3b8fa5d6d40c2c3f56e2cb5f6
sha256 5b1ed73ceaf5069818538106674e5eace362578e57fcbdcda946e0ff0c0337ea
sha1 bf7f49d0ef395bf6baf2d751943bd6567ee7242b
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/0.3.2.tar.gz"],
integrity = "sha256-Wx7XPOr1BpgYU4EGZ05erONiV45X/L3NqUbg/wwDN+o=",
strip_prefix = "meshtastic-android-0.3.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/0.3.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.2.tar.gz"],
integrity = "sha256-Wx7XPOr1BpgYU4EGZ05erONiV45X/L3NqUbg/wwDN+o=",
strip_prefix = "meshtastic-android-0.3.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.2.tar.gz",