vault / meshtastic-android / 2.6.5
meshtastic-android @ 2.6.5
integrity
- size
- 3.2 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- refactor: Move MIN_DEVICE_VERSION to build config by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1946
- fix(#1947): Disable Crashlytics for fdroid builds by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1948
- chore(crowdin): run download action every hour by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1950
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1951
👷Dependencies
- chore(deps): update app/src/main/proto digest to 9148453 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1943
- chore(deps): update app/src/main/proto digest to 0b815a6 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1949
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.4...2.6.5
download
unix · zip
curl -fL -o 2.6.5.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.5.zip
printf '%s %s\n' 'fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4' '2.6.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.5.zip"
$out = "2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.5.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.5.tar.gz
printf '%s %s\n' 'c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51' '2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.5.tar.gz"
$out = "2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.zip
printf '%s %s\n' 'fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4' '2.6.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.zip"
$out = "2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.tar.gz
printf '%s %s\n' 'c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51' '2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.tar.gz"
$out = "2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.5.zip | zip | 3.1 MiB |
blake3-24 4a8fda33ce5b55f96d97b807c60f1cf79eb5c282dfb68c78
sha256 fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4
sha1 4a887e328cb9c767082a82847b936dae2c85addb
|
| 2.6.5.tar.gz | tar.gz | 2.8 MiB |
blake3-24 a829cb8d00e611078dad0c421bdc1475e2efe0f48ce99a51
sha256 c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51
sha1 baf9c07537a9ca8ad8ba30eadcfdc5abee43cf1f
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.5.tar.gz"],
integrity = "sha256-x1igKndUvcyD5QvWmxhu5CAKFXzUMJ2b3Q2qvyi1XFE=",
strip_prefix = "meshtastic-android-2.6.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.tar.gz"],
integrity = "sha256-x1igKndUvcyD5QvWmxhu5CAKFXzUMJ2b3Q2qvyi1XFE=",
strip_prefix = "meshtastic-android-2.6.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.tar.gz",