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

meshtastic-android @ v2.8.0

integrity

size
24.2 MiB
downloaded
last checked

release notes

What's Changed

🏗️ Features

🖥️ Desktop

🛠️ Fixes

📝 Other Changes

New Contributors

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/v2.7.14...v2.8.0

download

unix · zip
curl -fL -o v2.8.0.zip https://ratatoskr.space/pkg/meshtastic-android/v2.8.0.zip
                    printf '%s  %s\n' 'f0d36b7d444a85df5742636c23b5af879dd236a29bd97e65ae770da5cbfc4f68' 'v2.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.0.zip"
$out = "v2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0d36b7d444a85df5742636c23b5af879dd236a29bd97e65ae770da5cbfc4f68") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.0.tar.gz https://ratatoskr.space/pkg/meshtastic-android/v2.8.0.tar.gz
                    printf '%s  %s\n' '203b3db64dc84e49220794a0695a5521fb3b4c097f9fe834e9f607133ba14fa5' 'v2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.0.tar.gz"
$out = "v2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "203b3db64dc84e49220794a0695a5521fb3b4c097f9fe834e9f607133ba14fa5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.0.zip
                    printf '%s  %s\n' 'f0d36b7d444a85df5742636c23b5af879dd236a29bd97e65ae770da5cbfc4f68' 'v2.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.0.zip"
$out = "v2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0d36b7d444a85df5742636c23b5af879dd236a29bd97e65ae770da5cbfc4f68") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.0.tar.gz
                    printf '%s  %s\n' '203b3db64dc84e49220794a0695a5521fb3b4c097f9fe834e9f607133ba14fa5' 'v2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.0.tar.gz"
$out = "v2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "203b3db64dc84e49220794a0695a5521fb3b4c097f9fe834e9f607133ba14fa5") { throw "sha256 mismatch" }
artifact format size hashes
v2.8.0.zip zip 24.0 MiB
blake3-24 8958b86a194c83cce8ed541f13bb5d2e2ded2898667bbf4b
sha256 f0d36b7d444a85df5742636c23b5af879dd236a29bd97e65ae770da5cbfc4f68
sha1 589b67c14811a68a49a9de2c0514dd02bdd79d8c
v2.8.0.tar.gz tar.gz 21.0 MiB
blake3-24 4f4e6cf0b1e0d266d7867afd4e722a2314e34eecf526419a
sha256 203b3db64dc84e49220794a0695a5521fb3b4c097f9fe834e9f607133ba14fa5
sha1 048d25902bcc4d862571a7cc8861aa417efc6f28

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/v2.8.0.tar.gz"],
    integrity = "sha256-IDs9tk3ITkkiB5SgaVpVIfs7TAl/n+g06fYHEzuhT6U=",
    strip_prefix = "meshtastic-android-v2.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.0.tar.gz"],
    integrity = "sha256-IDs9tk3ITkkiB5SgaVpVIfs7TAl/n+g06fYHEzuhT6U=",
    strip_prefix = "meshtastic-android-v2.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.0.tar.gz",
2.5.1 →