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.5.26
vault / meshtastic-android / 2.5.26

meshtastic-android @ 2.5.26

integrity

size
3.5 MiB
downloaded
last checked

release notes

What's Changed

🛠️Fixes & Features

👷Dependencies

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.25...2.5.26

download

unix · zip
curl -fL -o 2.5.26.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.26.zip
                    printf '%s  %s\n' '8eeb9dd56210f7b3089b7c93e945b9dd6cd673b821e698bcd4b7bec66cbdd7b3' '2.5.26.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.26.zip"
$out = "2.5.26.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8eeb9dd56210f7b3089b7c93e945b9dd6cd673b821e698bcd4b7bec66cbdd7b3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.26.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.26.tar.gz
                    printf '%s  %s\n' 'e0840866a8948a89cb1efcb9c003ecc12a707d64bfaef38e5ce8cb99b0481da9' '2.5.26.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.26.tar.gz"
$out = "2.5.26.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e0840866a8948a89cb1efcb9c003ecc12a707d64bfaef38e5ce8cb99b0481da9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.26.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.26.zip
                    printf '%s  %s\n' '8eeb9dd56210f7b3089b7c93e945b9dd6cd673b821e698bcd4b7bec66cbdd7b3' '2.5.26.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.26.zip"
$out = "2.5.26.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8eeb9dd56210f7b3089b7c93e945b9dd6cd673b821e698bcd4b7bec66cbdd7b3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.26.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.26.tar.gz
                    printf '%s  %s\n' 'e0840866a8948a89cb1efcb9c003ecc12a707d64bfaef38e5ce8cb99b0481da9' '2.5.26.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.26.tar.gz"
$out = "2.5.26.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e0840866a8948a89cb1efcb9c003ecc12a707d64bfaef38e5ce8cb99b0481da9") { throw "sha256 mismatch" }
artifact format size hashes
2.5.26.zip zip 3.4 MiB
blake3-24 7271acbddb933324d2767cf11166603e97c88a3f1f3c8af8
sha256 8eeb9dd56210f7b3089b7c93e945b9dd6cd673b821e698bcd4b7bec66cbdd7b3
sha1 215f8e01d2c27fec9e5c19ed69648b25cf3cb74f
2.5.26.tar.gz tar.gz 3.1 MiB
blake3-24 deb2a7c434bd1e2d3163fab416d538bd0eb24351332568f7
sha256 e0840866a8948a89cb1efcb9c003ecc12a707d64bfaef38e5ce8cb99b0481da9
sha1 2fa82c2e27613853133f8be71b3029d74d9869ec

install

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