vault / meshtastic-android / 2.1.0
meshtastic-android @ 2.1.0
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- Support A13 Themed Icons (close #573) by @rcarteraz in https://github.com/meshtastic/Meshtastic-Android/pull/597
- use MeshPacketQueue by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/598
New Contributors
- @rcarteraz made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/597
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.0.22...2.1.0
download
unix · zip
curl -fL -o 2.1.0.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.0.zip
printf '%s %s\n' '7324e12f9f764dfd987743c24655b84eedb8abf634b766766aa5480687f3ea39' '2.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.0.zip"
$out = "2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7324e12f9f764dfd987743c24655b84eedb8abf634b766766aa5480687f3ea39") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.0.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.0.tar.gz
printf '%s %s\n' '1e144f903f16db79e12a00d330cbce77ef11638d423a3074baefc620443edac9' '2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.0.tar.gz"
$out = "2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e144f903f16db79e12a00d330cbce77ef11638d423a3074baefc620443edac9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.0.zip
printf '%s %s\n' '7324e12f9f764dfd987743c24655b84eedb8abf634b766766aa5480687f3ea39' '2.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.0.zip"
$out = "2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7324e12f9f764dfd987743c24655b84eedb8abf634b766766aa5480687f3ea39") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.0.tar.gz
printf '%s %s\n' '1e144f903f16db79e12a00d330cbce77ef11638d423a3074baefc620443edac9' '2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.0.tar.gz"
$out = "2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e144f903f16db79e12a00d330cbce77ef11638d423a3074baefc620443edac9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.1.0.zip | zip | 2.2 MiB |
blake3-24 6446e8aa3e71f5bd304657672b0481842a20ecf2666cf492
sha256 7324e12f9f764dfd987743c24655b84eedb8abf634b766766aa5480687f3ea39
sha1 3468af9a10f1f9f134c03a42b44bd924087c741f
|
| 2.1.0.tar.gz | tar.gz | 2.0 MiB |
blake3-24 6fdae7afa98be9bcd48ebc5c6bae25c6d4986b7f8d3ea871
sha256 1e144f903f16db79e12a00d330cbce77ef11638d423a3074baefc620443edac9
sha1 834f783bcbef75372111b0e9302a2fe0921c2b8a
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.0.tar.gz"],
integrity = "sha256-HhRPkD8W23nhKgDTMMvOd+8RY41COjB0uu/GIEQ+2sk=",
strip_prefix = "meshtastic-android-2.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.0.tar.gz"],
integrity = "sha256-HhRPkD8W23nhKgDTMMvOd+8RY41COjB0uu/GIEQ+2sk=",
strip_prefix = "meshtastic-android-2.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.0.tar.gz",