vault / meshtastic-android / 2.6.2
meshtastic-android @ 2.6.2
integrity
- size
- 3.5 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- fix: NodeMenu hiding details action by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1894
- feat: Add request metadata action to NodeDetail by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1896
- Refactor: Adjust padding and sizes in MessageItem and Reaction compon… by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1898
- feat: Add node to favorites when sending a direct message by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1899
- 2.6.2 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1900
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.1...2.6.2
download
unix · zip
curl -fL -o 2.6.2.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.2.zip
printf '%s %s\n' 'dc1f58829fb7823e7fe7db250641946298401f327ad9f5cfd79a14ccec376ee7' '2.6.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.2.zip"
$out = "2.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dc1f58829fb7823e7fe7db250641946298401f327ad9f5cfd79a14ccec376ee7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.2.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.2.tar.gz
printf '%s %s\n' 'c978c3ee2ea8a302c3ab5ea902ffc5dbc9f846a1f841d961f1e675e746ac23ed' '2.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.2.tar.gz"
$out = "2.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c978c3ee2ea8a302c3ab5ea902ffc5dbc9f846a1f841d961f1e675e746ac23ed") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.2.zip
printf '%s %s\n' 'dc1f58829fb7823e7fe7db250641946298401f327ad9f5cfd79a14ccec376ee7' '2.6.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.2.zip"
$out = "2.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dc1f58829fb7823e7fe7db250641946298401f327ad9f5cfd79a14ccec376ee7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.2.tar.gz
printf '%s %s\n' 'c978c3ee2ea8a302c3ab5ea902ffc5dbc9f846a1f841d961f1e675e746ac23ed' '2.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.2.tar.gz"
$out = "2.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c978c3ee2ea8a302c3ab5ea902ffc5dbc9f846a1f841d961f1e675e746ac23ed") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.2.zip | zip | 3.5 MiB |
blake3-24 12b6bc30a56da72b359b1f4031f23201e93440a90dbeaf8c
sha256 dc1f58829fb7823e7fe7db250641946298401f327ad9f5cfd79a14ccec376ee7
sha1 54540c67c587889ee0f6479e44457d71d46ba925
|
| 2.6.2.tar.gz | tar.gz | 3.1 MiB |
blake3-24 34834a8ebeb78c229374deb5554486f4303ce8ea8ef57922
sha256 c978c3ee2ea8a302c3ab5ea902ffc5dbc9f846a1f841d961f1e675e746ac23ed
sha1 0b9e2e9d3a8cb83c93daf75c755d2fefb959b0f3
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.2.tar.gz"],
integrity = "sha256-yXjD7i6oowLDq16pAv/F28n4RqH4Qdlh8eZ150asI+0=",
strip_prefix = "meshtastic-android-2.6.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.2.tar.gz"],
integrity = "sha256-yXjD7i6oowLDq16pAv/F28n4RqH4Qdlh8eZ150asI+0=",
strip_prefix = "meshtastic-android-2.6.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.2.tar.gz",