vault / meshtastic-android / 2.0.22
meshtastic-android @ 2.0.22
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- ci: get
versionNamefrom app/build.gradle for release action (https://github.com/meshtastic/Meshtastic-Android/commit/f17f9e1ec5e6ff469cceef903d3f73799cebab03) - fix multiple
startInterface()calls when Bluetooth is enabled (https://github.com/meshtastic/Meshtastic-Android/commit/054d2330a460b16b2c395ebcc6b4ca8f992c1b67)
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.0.21...2.0.22
download
unix · zip
curl -fL -o 2.0.22.zip https://ratatoskr.space/pkg/meshtastic-android/2.0.22.zip
printf '%s %s\n' 'a4625b25fb49eedf67380927a969c30b3a963f480effa17df39ca631f1330f87' '2.0.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.22.zip"
$out = "2.0.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a4625b25fb49eedf67380927a969c30b3a963f480effa17df39ca631f1330f87") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.0.22.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.0.22.tar.gz
printf '%s %s\n' '48ea0da58bcaee7563c1fb85770244a1644f67fc2de3d0fa9c54ab084a7587ba' '2.0.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.22.tar.gz"
$out = "2.0.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "48ea0da58bcaee7563c1fb85770244a1644f67fc2de3d0fa9c54ab084a7587ba") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.0.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.22.zip
printf '%s %s\n' 'a4625b25fb49eedf67380927a969c30b3a963f480effa17df39ca631f1330f87' '2.0.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.22.zip"
$out = "2.0.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a4625b25fb49eedf67380927a969c30b3a963f480effa17df39ca631f1330f87") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.0.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.22.tar.gz
printf '%s %s\n' '48ea0da58bcaee7563c1fb85770244a1644f67fc2de3d0fa9c54ab084a7587ba' '2.0.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.22.tar.gz"
$out = "2.0.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "48ea0da58bcaee7563c1fb85770244a1644f67fc2de3d0fa9c54ab084a7587ba") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.0.22.zip | zip | 2.2 MiB |
blake3-24 0572d7be202bd6cea87e8541fd6f00dba6fdf0b3e41ae345
sha256 a4625b25fb49eedf67380927a969c30b3a963f480effa17df39ca631f1330f87
sha1 6f2df9a5f68f154889c0e5ce035768c06dd3de96
|
| 2.0.22.tar.gz | tar.gz | 2.0 MiB |
blake3-24 d1f3adb9036e90fbc2732179c0eae3cf6f7eea92a082fc5b
sha256 48ea0da58bcaee7563c1fb85770244a1644f67fc2de3d0fa9c54ab084a7587ba
sha1 86e2e7a7375acaf3ccc2f6d0adfa3073330d6e46
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.0.22.tar.gz"],
integrity = "sha256-SOoNpYvK7nVjwfuFdwJEoWRPZ/wt49D6nFSrCEp1h7o=",
strip_prefix = "meshtastic-android-2.0.22",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.0.22.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.22.tar.gz"],
integrity = "sha256-SOoNpYvK7nVjwfuFdwJEoWRPZ/wt49D6nFSrCEp1h7o=",
strip_prefix = "meshtastic-android-2.0.22",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.0.22.tar.gz",