vault / meshtastic-android / 1.1.36
meshtastic-android @ 1.1.36
integrity
- size
- 3.6 MiB
- downloaded
- last checked
release notes
One of the occiasional apk releases. This is only for those who can't access the Google Play store. If you can access that store, I highly recommend installing from there. You can also join our beta test group inside of google play.
download
unix · zip
curl -fL -o 1.1.36.zip https://ratatoskr.space/pkg/meshtastic-android/1.1.36.zip
printf '%s %s\n' 'e9d89e2bd95e430037fcde68b2fee1e732d9e299f926ec06029ba7ff692b4d13' '1.1.36.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.1.36.zip"
$out = "1.1.36.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e9d89e2bd95e430037fcde68b2fee1e732d9e299f926ec06029ba7ff692b4d13") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.36.tar.gz https://ratatoskr.space/pkg/meshtastic-android/1.1.36.tar.gz
printf '%s %s\n' '19ef48d4abc18f894962fcd776b3c4ce60762573417a0e8a8ad8a9b966514b09' '1.1.36.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.1.36.tar.gz"
$out = "1.1.36.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "19ef48d4abc18f894962fcd776b3c4ce60762573417a0e8a8ad8a9b966514b09") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.1.36.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.36.zip
printf '%s %s\n' 'e9d89e2bd95e430037fcde68b2fee1e732d9e299f926ec06029ba7ff692b4d13' '1.1.36.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.36.zip"
$out = "1.1.36.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e9d89e2bd95e430037fcde68b2fee1e732d9e299f926ec06029ba7ff692b4d13") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.36.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.36.tar.gz
printf '%s %s\n' '19ef48d4abc18f894962fcd776b3c4ce60762573417a0e8a8ad8a9b966514b09' '1.1.36.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.36.tar.gz"
$out = "1.1.36.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "19ef48d4abc18f894962fcd776b3c4ce60762573417a0e8a8ad8a9b966514b09") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.1.36.zip | zip | 3.6 MiB |
blake3-24 bc28d6510abf5237f531bd0bb6713612b331a33871e237d6
sha256 e9d89e2bd95e430037fcde68b2fee1e732d9e299f926ec06029ba7ff692b4d13
sha1 3b9f8a8b29d503a028ba33badfb096e4cedd18ad
|
| 1.1.36.tar.gz | tar.gz | 3.6 MiB |
blake3-24 1acb2fcfe907098908e172ab5fb3dc8c7a10d81f8ca2b2e3
sha256 19ef48d4abc18f894962fcd776b3c4ce60762573417a0e8a8ad8a9b966514b09
sha1 cc496306ac05362a3c25ebadd16c88674da56e11
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/1.1.36.tar.gz"],
integrity = "sha256-Ge9I1KvBj4lJYvzXdrPEzmB2JXNBeg6KitipuWZRSwk=",
strip_prefix = "meshtastic-android-1.1.36",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/1.1.36.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.36.tar.gz"],
integrity = "sha256-Ge9I1KvBj4lJYvzXdrPEzmB2JXNBeg6KitipuWZRSwk=",
strip_prefix = "meshtastic-android-1.1.36",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.36.tar.gz",