vault / meshtastic-android / 1.2.45
meshtastic-android @ 1.2.45
integrity
- size
- 3.7 MiB
- downloaded
- last checked
release notes
A minor release just to pull in the latest firmware.
- @andrekir fixed pt-BR translations
download
unix · zip
curl -fL -o 1.2.45.zip https://ratatoskr.space/pkg/meshtastic-android/1.2.45.zip
printf '%s %s\n' '64df3c2428547477bfd1d53367c277e188a6bc68afcb8ef6562e6bfaba616bfa' '1.2.45.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.45.zip"
$out = "1.2.45.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "64df3c2428547477bfd1d53367c277e188a6bc68afcb8ef6562e6bfaba616bfa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.45.tar.gz https://ratatoskr.space/pkg/meshtastic-android/1.2.45.tar.gz
printf '%s %s\n' '98854da104ca613fb703709a03eab9a6456951bb4d9be04b892fa19c06b98799' '1.2.45.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.45.tar.gz"
$out = "1.2.45.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98854da104ca613fb703709a03eab9a6456951bb4d9be04b892fa19c06b98799") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.45.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.45.zip
printf '%s %s\n' '64df3c2428547477bfd1d53367c277e188a6bc68afcb8ef6562e6bfaba616bfa' '1.2.45.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.45.zip"
$out = "1.2.45.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "64df3c2428547477bfd1d53367c277e188a6bc68afcb8ef6562e6bfaba616bfa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.45.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.45.tar.gz
printf '%s %s\n' '98854da104ca613fb703709a03eab9a6456951bb4d9be04b892fa19c06b98799' '1.2.45.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.45.tar.gz"
$out = "1.2.45.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98854da104ca613fb703709a03eab9a6456951bb4d9be04b892fa19c06b98799") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.2.45.zip | zip | 3.7 MiB |
blake3-24 032a35d82931485ac44c9cfa38da5d87ab8f05cf197fd83f
sha256 64df3c2428547477bfd1d53367c277e188a6bc68afcb8ef6562e6bfaba616bfa
sha1 f31cd1438c3ff06138555f9fa422690630345118
|
| 1.2.45.tar.gz | tar.gz | 3.6 MiB |
blake3-24 0b38439abba8bd9388beaa5fbda61a687bcc5fe6407bd94a
sha256 98854da104ca613fb703709a03eab9a6456951bb4d9be04b892fa19c06b98799
sha1 f4689119adc707a692d583e68a3c330fcb8ae0e2
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/1.2.45.tar.gz"],
integrity = "sha256-mIVNoQTKYT+3A3CaA+q5pkVpUbtNm+BLiS+hnAa5h5k=",
strip_prefix = "meshtastic-android-1.2.45",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.45.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.45.tar.gz"],
integrity = "sha256-mIVNoQTKYT+3A3CaA+q5pkVpUbtNm+BLiS+hnAa5h5k=",
strip_prefix = "meshtastic-android-1.2.45",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.45.tar.gz",