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/1.2.11
vault / meshtastic-android / 1.2.11

meshtastic-android @ 1.2.11

integrity

size
3.6 MiB
downloaded
last checked

release notes

If you are not an alpha tester you probably don't want this version.

download

unix · zip
curl -fL -o 1.2.11.zip https://ratatoskr.space/pkg/meshtastic-android/1.2.11.zip
                    printf '%s  %s\n' 'fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793' '1.2.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.11.zip"
$out = "1.2.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.11.tar.gz https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz
                    printf '%s  %s\n' '0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b' '1.2.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz"
$out = "1.2.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.zip
                    printf '%s  %s\n' 'fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793' '1.2.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.zip"
$out = "1.2.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz
                    printf '%s  %s\n' '0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b' '1.2.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz"
$out = "1.2.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b") { throw "sha256 mismatch" }
artifact format size hashes
1.2.11.zip zip 3.6 MiB
blake3-24 e923b44f9fe64602c2f50fe61d75210060677c13147013fd
sha256 fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793
sha1 6f97a86ae70a70f132f6c897c48c5b84a1c1c2f4
1.2.11.tar.gz tar.gz 3.6 MiB
blake3-24 c37626acb311ba2f0f241797f6b2b912cc9cc467d869c3f4
sha256 0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b
sha1 94e2b435d0642e11dc2681770a31d0b12de12586

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz"],
    integrity = "sha256-DMutGZylXO5U2mWpX2zeRwK4zK/TsP8MFVmYSsTwtCs=",
    strip_prefix = "meshtastic-android-1.2.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz"],
    integrity = "sha256-DMutGZylXO5U2mWpX2zeRwK4zK/TsP8MFVmYSsTwtCs=",
    strip_prefix = "meshtastic-android-1.2.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz",
← 1.2.311.1.48 →