yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-android/2.1.9
vault / meshtastic-android / 2.1.9

meshtastic-android @ 2.1.9

integrity

size
2.2 MiB
downloaded
last checked

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.1.8...2.1.9

download

unix · zip
curl -fL -o 2.1.9.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.9.zip
                    printf '%s  %s\n' '4a813f3ca5f80f6e532b0387f3b26bee2c6bd021a68c6d2cc9dec20ce81a8381' '2.1.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.9.zip"
$out = "2.1.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a813f3ca5f80f6e532b0387f3b26bee2c6bd021a68c6d2cc9dec20ce81a8381") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.9.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.9.tar.gz
                    printf '%s  %s\n' 'a7e487e0391d7fd2ed47e737bed7b5cb6498cd894a9247505b73bc7f89c5c74a' '2.1.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.9.tar.gz"
$out = "2.1.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7e487e0391d7fd2ed47e737bed7b5cb6498cd894a9247505b73bc7f89c5c74a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.9.zip
                    printf '%s  %s\n' '4a813f3ca5f80f6e532b0387f3b26bee2c6bd021a68c6d2cc9dec20ce81a8381' '2.1.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.9.zip"
$out = "2.1.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a813f3ca5f80f6e532b0387f3b26bee2c6bd021a68c6d2cc9dec20ce81a8381") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.9.tar.gz
                    printf '%s  %s\n' 'a7e487e0391d7fd2ed47e737bed7b5cb6498cd894a9247505b73bc7f89c5c74a' '2.1.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.9.tar.gz"
$out = "2.1.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7e487e0391d7fd2ed47e737bed7b5cb6498cd894a9247505b73bc7f89c5c74a") { throw "sha256 mismatch" }
artifact format size hashes
2.1.9.zip zip 2.2 MiB
blake3-24 7796129b5ca7f23aa62951153cfeb008f88619c472eef393
sha256 4a813f3ca5f80f6e532b0387f3b26bee2c6bd021a68c6d2cc9dec20ce81a8381
sha1 aa559ea8111bfe5b3c30a7282bd197ec9ee4fa61
2.1.9.tar.gz tar.gz 2.1 MiB
blake3-24 9d072d72dc67a0a04d29cc728f93556e39909fa36808e831
sha256 a7e487e0391d7fd2ed47e737bed7b5cb6498cd894a9247505b73bc7f89c5c74a
sha1 c51e1315dc2995bd4536f691550a083ae0a8ac77

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.9.tar.gz"],
    integrity = "sha256-p+SH4Dkdf9LtR+c3vte1y2SYzYlKkkdQW3O8f4nFx0o=",
    strip_prefix = "meshtastic-android-2.1.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.9.tar.gz"],
    integrity = "sha256-p+SH4Dkdf9LtR+c3vte1y2SYzYlKkkdQW3O8f4nFx0o=",
    strip_prefix = "meshtastic-android-2.1.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.9.tar.gz",
← 2.1.102.1.4 →