vault / meshtastic-android / 2.2.17
meshtastic-android @ 2.2.17
integrity
- size
- 2.3 MiB
- downloaded
- last checked
release notes
What's Changed
- chore(deps): update com.google.android.material:material to v1.11.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/797
- chore(deps): update actions/upload-artifact action to v4 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/798
- chore(deps): update hilt_version to v2.50 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/800
- feat: update Italian localization strings by @ebaschiera in https://github.com/meshtastic/Meshtastic-Android/pull/802
- feat: update Romanian localization strings by @adriantache in https://github.com/meshtastic/Meshtastic-Android/pull/803
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.2.16...2.2.17
download
unix · zip
curl -fL -o 2.2.17.zip https://ratatoskr.space/pkg/meshtastic-android/2.2.17.zip
printf '%s %s\n' '44770efdd25b537e087065717fdb83974e85205682f5061d3c9c3cc96e634abe' '2.2.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.17.zip"
$out = "2.2.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "44770efdd25b537e087065717fdb83974e85205682f5061d3c9c3cc96e634abe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.17.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.2.17.tar.gz
printf '%s %s\n' '4827696c76e57d77bf8cbb5c81e60d2cb04d40accf9127d9bec20e3b11cccb12' '2.2.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.17.tar.gz"
$out = "2.2.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4827696c76e57d77bf8cbb5c81e60d2cb04d40accf9127d9bec20e3b11cccb12") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.2.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.17.zip
printf '%s %s\n' '44770efdd25b537e087065717fdb83974e85205682f5061d3c9c3cc96e634abe' '2.2.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.17.zip"
$out = "2.2.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "44770efdd25b537e087065717fdb83974e85205682f5061d3c9c3cc96e634abe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.17.tar.gz
printf '%s %s\n' '4827696c76e57d77bf8cbb5c81e60d2cb04d40accf9127d9bec20e3b11cccb12' '2.2.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.17.tar.gz"
$out = "2.2.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4827696c76e57d77bf8cbb5c81e60d2cb04d40accf9127d9bec20e3b11cccb12") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.2.17.zip | zip | 2.3 MiB |
blake3-24 307217e996153d99c30f9b2c30c6847b5b250f0f80f7375c
sha256 44770efdd25b537e087065717fdb83974e85205682f5061d3c9c3cc96e634abe
sha1 cf3b2c5a1cd225ab9a3aa6f631b138582f427ba2
|
| 2.2.17.tar.gz | tar.gz | 2.1 MiB |
blake3-24 e0801b7a04054757a738cb8d4baae9b5da149a396c497c30
sha256 4827696c76e57d77bf8cbb5c81e60d2cb04d40accf9127d9bec20e3b11cccb12
sha1 6ceef18c9f663c1460e2c535feeabbaa8bd7f588
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.2.17.tar.gz"],
integrity = "sha256-SCdpbHblfXe/jLtcgeYNLLBNQKzPkSfZvsIOOxHMyxI=",
strip_prefix = "meshtastic-android-2.2.17",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.17.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.17.tar.gz"],
integrity = "sha256-SCdpbHblfXe/jLtcgeYNLLBNQKzPkSfZvsIOOxHMyxI=",
strip_prefix = "meshtastic-android-2.2.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.17.tar.gz",