vault / meshtastic-android / 2.1.10
meshtastic-android @ 2.1.10
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- feat: add remote node configuration by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/626
- feat: add channel editor by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/627
- feat: add configs import/export by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/628
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.1.9...2.1.10
download
unix · zip
curl -fL -o 2.1.10.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.10.zip
printf '%s %s\n' 'eda1c96b1eeee0d2582d0bcef9a51a2ae268519bbf57df2efe599dbf3583e606' '2.1.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.10.zip"
$out = "2.1.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eda1c96b1eeee0d2582d0bcef9a51a2ae268519bbf57df2efe599dbf3583e606") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.10.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.10.tar.gz
printf '%s %s\n' '523c810a019b8a88a7841ed8110a997e30829df2b28280344054619065b1ade2' '2.1.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.10.tar.gz"
$out = "2.1.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "523c810a019b8a88a7841ed8110a997e30829df2b28280344054619065b1ade2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.10.zip
printf '%s %s\n' 'eda1c96b1eeee0d2582d0bcef9a51a2ae268519bbf57df2efe599dbf3583e606' '2.1.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.10.zip"
$out = "2.1.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eda1c96b1eeee0d2582d0bcef9a51a2ae268519bbf57df2efe599dbf3583e606") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.10.tar.gz
printf '%s %s\n' '523c810a019b8a88a7841ed8110a997e30829df2b28280344054619065b1ade2' '2.1.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.10.tar.gz"
$out = "2.1.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "523c810a019b8a88a7841ed8110a997e30829df2b28280344054619065b1ade2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.1.10.zip | zip | 2.2 MiB |
blake3-24 0f971a5628f045efe78946103a5f492dc746fe260c3dcbb1
sha256 eda1c96b1eeee0d2582d0bcef9a51a2ae268519bbf57df2efe599dbf3583e606
sha1 fbffdf87406d7445c2a8288978e7d7644775ad3e
|
| 2.1.10.tar.gz | tar.gz | 2.1 MiB |
blake3-24 f8c0fabebff0df0f9467a50710bc3163e195ffa3bf4649c7
sha256 523c810a019b8a88a7841ed8110a997e30829df2b28280344054619065b1ade2
sha1 8b998b891d28f3949b0527cc893c545453be7eba
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.10.tar.gz"],
integrity = "sha256-UjyBCgGbioinhB7YEQqZfjCCnfKygoA0QFRhkGWxreI=",
strip_prefix = "meshtastic-android-2.1.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.10.tar.gz"],
integrity = "sha256-UjyBCgGbioinhB7YEQqZfjCCnfKygoA0QFRhkGWxreI=",
strip_prefix = "meshtastic-android-2.1.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.10.tar.gz",