vault / meshtastic-android / 2.1.15
meshtastic-android @ 2.1.15
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
- minor updates and fixes
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.1.14...2.1.15
download
unix · zip
curl -fL -o 2.1.15.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.15.zip
printf '%s %s\n' 'fd426981778b84d834e7c445146bc02d05134cc53f903d7eab7287dda9c5e0bd' '2.1.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.15.zip"
$out = "2.1.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd426981778b84d834e7c445146bc02d05134cc53f903d7eab7287dda9c5e0bd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.15.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.15.tar.gz
printf '%s %s\n' '1865b556ac3722c73fa08c9e97e1916d90e0dfdb7f271873a1ff262dd75e730a' '2.1.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.15.tar.gz"
$out = "2.1.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1865b556ac3722c73fa08c9e97e1916d90e0dfdb7f271873a1ff262dd75e730a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.15.zip
printf '%s %s\n' 'fd426981778b84d834e7c445146bc02d05134cc53f903d7eab7287dda9c5e0bd' '2.1.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.15.zip"
$out = "2.1.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd426981778b84d834e7c445146bc02d05134cc53f903d7eab7287dda9c5e0bd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.15.tar.gz
printf '%s %s\n' '1865b556ac3722c73fa08c9e97e1916d90e0dfdb7f271873a1ff262dd75e730a' '2.1.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.15.tar.gz"
$out = "2.1.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1865b556ac3722c73fa08c9e97e1916d90e0dfdb7f271873a1ff262dd75e730a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.1.15.zip | zip | 2.2 MiB |
blake3-24 4162dba9a700a966a8f2b9886748bab749c4d962c9da92fd
sha256 fd426981778b84d834e7c445146bc02d05134cc53f903d7eab7287dda9c5e0bd
sha1 10413eacca97abc8917108a364a4b426ca549436
|
| 2.1.15.tar.gz | tar.gz | 2.1 MiB |
blake3-24 d423d83d467a8e12450e063783acefcb6aa8897b9cbd179d
sha256 1865b556ac3722c73fa08c9e97e1916d90e0dfdb7f271873a1ff262dd75e730a
sha1 c2ce4bda80ec4165cee05d9fa94533e05b5d13ed
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.15.tar.gz"],
integrity = "sha256-GGW1Vqw3Isc/oIyel+GRbZDg39t/Jxhzof8mLddecwo=",
strip_prefix = "meshtastic-android-2.1.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.15.tar.gz"],
integrity = "sha256-GGW1Vqw3Isc/oIyel+GRbZDg39t/Jxhzof8mLddecwo=",
strip_prefix = "meshtastic-android-2.1.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.15.tar.gz",