vault / meshtastic-android / 2.5.27
meshtastic-android @ 2.5.27
integrity
- size
- 3.5 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- Node detail work by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1836
- chore(i18n): Upload translations workflow by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1845
- chore(renovate): Auto-merge minor and patch updates by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1846
- refactor: migrate to Compose navigation by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1835
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1837
- chore(repo): stale.yml by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1849
- chore(repo): let stale-bot have more operations by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1851
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1853
- 2.5.26 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1852
- fix: Messages UI Tweaks by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1856
- 2.5.27 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1857
👷Dependencies
- chore(deps): update protobuf.kotlin to v4.31.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1847
- chore(deps): update coil to v3.2.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1840
- chore(deps): update org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.4.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1844
- chore(deps): update kotlin to v2.1.21 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1841
- chore(deps): update com.google.devtools.ksp to v2.1.21-2.0.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1842
- chore(deps): update app/src/main/proto digest to 4eb0aeb by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1839
- chore(deps): update actions/stale action to v9.1.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1850
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.25...2.5.27
download
unix · zip
curl -fL -o 2.5.27.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.27.zip
printf '%s %s\n' 'dccbc6c1edca1798ea7b2ef4070f74132f451c79dc2f07ba252d91a8b7374bb2' '2.5.27.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.27.zip"
$out = "2.5.27.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dccbc6c1edca1798ea7b2ef4070f74132f451c79dc2f07ba252d91a8b7374bb2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.27.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.27.tar.gz
printf '%s %s\n' '861ddc72b411005ef2e6f1806b27ac0121675ed9d6bd224f7a6f1f4a58ab073b' '2.5.27.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.27.tar.gz"
$out = "2.5.27.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "861ddc72b411005ef2e6f1806b27ac0121675ed9d6bd224f7a6f1f4a58ab073b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.27.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.27.zip
printf '%s %s\n' 'dccbc6c1edca1798ea7b2ef4070f74132f451c79dc2f07ba252d91a8b7374bb2' '2.5.27.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.27.zip"
$out = "2.5.27.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dccbc6c1edca1798ea7b2ef4070f74132f451c79dc2f07ba252d91a8b7374bb2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.27.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.27.tar.gz
printf '%s %s\n' '861ddc72b411005ef2e6f1806b27ac0121675ed9d6bd224f7a6f1f4a58ab073b' '2.5.27.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.27.tar.gz"
$out = "2.5.27.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "861ddc72b411005ef2e6f1806b27ac0121675ed9d6bd224f7a6f1f4a58ab073b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.27.zip | zip | 3.4 MiB |
blake3-24 ae3a4df80a4f709a693e9f2a188ef95a4bc7eb23e0433caf
sha256 dccbc6c1edca1798ea7b2ef4070f74132f451c79dc2f07ba252d91a8b7374bb2
sha1 09980a41ec67732dd4d0d90ee4d9b814e27d237c
|
| 2.5.27.tar.gz | tar.gz | 3.1 MiB |
blake3-24 bf730d5abf73899ef744cad2a296840db4d0f451231fee6c
sha256 861ddc72b411005ef2e6f1806b27ac0121675ed9d6bd224f7a6f1f4a58ab073b
sha1 e8517152cafba7e7d2166cbf96b0d0cae5ce586b
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.27.tar.gz"],
integrity = "sha256-hh3ccrQRAF7y5vGAayesASFnXtnWvSJPem8fSlirBzs=",
strip_prefix = "meshtastic-android-2.5.27",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.27.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.27.tar.gz"],
integrity = "sha256-hh3ccrQRAF7y5vGAayesASFnXtnWvSJPem8fSlirBzs=",
strip_prefix = "meshtastic-android-2.5.27",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.27.tar.gz",