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/v2.7.11
vault / meshtastic-android / v2.7.11

meshtastic-android @ v2.7.11

integrity

size
4.6 MiB
downloaded
last checked

release notes

What's Changed

🏗️ Features

🛠️Fixes

New Contributors

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/v2.7.10...v2.7.11

download

unix · zip
curl -fL -o v2.7.11.zip https://ratatoskr.space/pkg/meshtastic-android/v2.7.11.zip
                    printf '%s  %s\n' '26ad6efb8d6d3124fa463786f831cb76d0b8054dc78add8361267a67cf06007e' 'v2.7.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.7.11.zip"
$out = "v2.7.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26ad6efb8d6d3124fa463786f831cb76d0b8054dc78add8361267a67cf06007e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.11.tar.gz https://ratatoskr.space/pkg/meshtastic-android/v2.7.11.tar.gz
                    printf '%s  %s\n' '66ff7ec70cce8062bb0ba277263177ed5635b65a55585b10df7eb7f9bfc635f4' 'v2.7.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.7.11.tar.gz"
$out = "v2.7.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66ff7ec70cce8062bb0ba277263177ed5635b65a55585b10df7eb7f9bfc635f4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.11.zip
                    printf '%s  %s\n' '26ad6efb8d6d3124fa463786f831cb76d0b8054dc78add8361267a67cf06007e' 'v2.7.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.11.zip"
$out = "v2.7.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "26ad6efb8d6d3124fa463786f831cb76d0b8054dc78add8361267a67cf06007e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.11.tar.gz
                    printf '%s  %s\n' '66ff7ec70cce8062bb0ba277263177ed5635b65a55585b10df7eb7f9bfc635f4' 'v2.7.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.11.tar.gz"
$out = "v2.7.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66ff7ec70cce8062bb0ba277263177ed5635b65a55585b10df7eb7f9bfc635f4") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.11.zip zip 4.5 MiB
blake3-24 adcb311feceaa75f34d90851358d6dab255956021ebc8375
sha256 26ad6efb8d6d3124fa463786f831cb76d0b8054dc78add8361267a67cf06007e
sha1 7145b6da5db639b289e82adfff1b507b561dc7e2
v2.7.11.tar.gz tar.gz 3.7 MiB
blake3-24 3deefdbc7f56644c5839dd52b377dc0f3a78bbf06ff4e48b
sha256 66ff7ec70cce8062bb0ba277263177ed5635b65a55585b10df7eb7f9bfc635f4
sha1 aaa2d0c68b91c4b6c84302e9cd2018f093db3a7c

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/v2.7.11.tar.gz"],
    integrity = "sha256-Zv9+xwzOgGK7C6J3JjF37VY1tlpVWFsQ3363+b/GNfQ=",
    strip_prefix = "meshtastic-android-v2.7.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/v2.7.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.11.tar.gz"],
    integrity = "sha256-Zv9+xwzOgGK7C6J3JjF37VY1tlpVWFsQ3363+b/GNfQ=",
    strip_prefix = "meshtastic-android-v2.7.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.11.tar.gz",
← v2.7.12v2.7.10 →