vault / meshtastic-android / 2.3.4
meshtastic-android @ 2.3.4
integrity
- size
- 2.3 MiB
- downloaded
- last checked
release notes
What's Changed
- Long press node in map jumps to node in node list by @daviscodesbugs in https://github.com/meshtastic/Meshtastic-Android/pull/955
- Add option to delete single node from nodeDB by @jp-bennett in https://github.com/meshtastic/Meshtastic-Android/pull/958
- feat: update Slovenian localization strings by Marko Zidar (S57ZM) in https://github.com/meshtastic/Meshtastic-Android/pull/961
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.3.3...2.3.4
download
unix · zip
curl -fL -o 2.3.4.zip https://ratatoskr.space/pkg/meshtastic-android/2.3.4.zip
printf '%s %s\n' '34e53910070037f6e745c8f3051eff5396a2cde297e1f328c60d4abc3f014601' '2.3.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.3.4.zip"
$out = "2.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34e53910070037f6e745c8f3051eff5396a2cde297e1f328c60d4abc3f014601") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.3.4.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.3.4.tar.gz
printf '%s %s\n' 'ebbbed45e86b7099c78d00c02836de39a550cbe3ec5d9c91dd295ec5aa38a442' '2.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.3.4.tar.gz"
$out = "2.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebbbed45e86b7099c78d00c02836de39a550cbe3ec5d9c91dd295ec5aa38a442") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.3.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.4.zip
printf '%s %s\n' '34e53910070037f6e745c8f3051eff5396a2cde297e1f328c60d4abc3f014601' '2.3.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.4.zip"
$out = "2.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34e53910070037f6e745c8f3051eff5396a2cde297e1f328c60d4abc3f014601") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.3.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.4.tar.gz
printf '%s %s\n' 'ebbbed45e86b7099c78d00c02836de39a550cbe3ec5d9c91dd295ec5aa38a442' '2.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.4.tar.gz"
$out = "2.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebbbed45e86b7099c78d00c02836de39a550cbe3ec5d9c91dd295ec5aa38a442") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.3.4.zip | zip | 2.3 MiB |
blake3-24 016210453e9345951a85a789d9d0c818a0ed434f58818bfc
sha256 34e53910070037f6e745c8f3051eff5396a2cde297e1f328c60d4abc3f014601
sha1 ad74e57ff0ada408fcca98eb04b85a46119872b1
|
| 2.3.4.tar.gz | tar.gz | 2.1 MiB |
blake3-24 204effefd6829752dd5d996c83783b4e9e51c389208e28f3
sha256 ebbbed45e86b7099c78d00c02836de39a550cbe3ec5d9c91dd295ec5aa38a442
sha1 e5725854231dcc5a78125bc7417a8fdc58493faf
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.3.4.tar.gz"],
integrity = "sha256-67vtRehrcJnHjQDAKDbeOaVQy+PsXZyR3Slexao4pEI=",
strip_prefix = "meshtastic-android-2.3.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.3.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.4.tar.gz"],
integrity = "sha256-67vtRehrcJnHjQDAKDbeOaVQy+PsXZyR3Slexao4pEI=",
strip_prefix = "meshtastic-android-2.3.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.4.tar.gz",