vault / meshtastic-android / 2.2.12
meshtastic-android @ 2.2.12
integrity
- size
- 2.3 MiB
- downloaded
- last checked
release notes
What's Changed
- chore(deps): update com.google.firebase:firebase-bom to v32.4.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/762
- chore(deps): update com.github.mik3y:usb-serial-for-android to v3.7.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/760
- chore(deps): update androidx.compose:compose-bom to v2023.10.01 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/761
- refactor: convert
NodeDBto repository by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/764 - chore(deps): update room_version to v2.6.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/763
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.2.11...2.2.12
download
unix · zip
curl -fL -o 2.2.12.zip https://ratatoskr.space/pkg/meshtastic-android/2.2.12.zip
printf '%s %s\n' '246004eeffbd46a988dd069938cbd068aa0a7536793ec7197627a834eaa83e72' '2.2.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.12.zip"
$out = "2.2.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "246004eeffbd46a988dd069938cbd068aa0a7536793ec7197627a834eaa83e72") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.12.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.2.12.tar.gz
printf '%s %s\n' '37f5f06560d1d14155769b7979db3d05ad85de88db965703cd5e51c5af9b8e9a' '2.2.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.12.tar.gz"
$out = "2.2.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37f5f06560d1d14155769b7979db3d05ad85de88db965703cd5e51c5af9b8e9a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.2.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.12.zip
printf '%s %s\n' '246004eeffbd46a988dd069938cbd068aa0a7536793ec7197627a834eaa83e72' '2.2.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.12.zip"
$out = "2.2.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "246004eeffbd46a988dd069938cbd068aa0a7536793ec7197627a834eaa83e72") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.12.tar.gz
printf '%s %s\n' '37f5f06560d1d14155769b7979db3d05ad85de88db965703cd5e51c5af9b8e9a' '2.2.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.12.tar.gz"
$out = "2.2.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37f5f06560d1d14155769b7979db3d05ad85de88db965703cd5e51c5af9b8e9a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.2.12.zip | zip | 2.3 MiB |
blake3-24 7e593d57cdb8a5a1ac5c110735492023b22384510d6456af
sha256 246004eeffbd46a988dd069938cbd068aa0a7536793ec7197627a834eaa83e72
sha1 7e35083ab843301604b421ebfcba3c0e1b8fabaf
|
| 2.2.12.tar.gz | tar.gz | 2.1 MiB |
blake3-24 5f561281973b4ddac6baf4dca826ee194ffde09ba5723140
sha256 37f5f06560d1d14155769b7979db3d05ad85de88db965703cd5e51c5af9b8e9a
sha1 0fb2a66f3668930fa7ac0d8f8e6125aa9963f3e6
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.2.12.tar.gz"],
integrity = "sha256-N/XwZWDR0UFVdpt5eds9Ba2F3ojbllcDzV5Rxa+bjpo=",
strip_prefix = "meshtastic-android-2.2.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.12.tar.gz"],
integrity = "sha256-N/XwZWDR0UFVdpt5eds9Ba2F3ojbllcDzV5Rxa+bjpo=",
strip_prefix = "meshtastic-android-2.2.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.12.tar.gz",