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.10
vault / meshtastic-android / 2.5.10

meshtastic-android @ 2.5.10

integrity

size
2.5 MiB
downloaded
last checked

release notes

Refactors

Bug fixes

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.9...2.5.10

download

unix · zip
curl -fL -o 2.5.10.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.10.zip
                    printf '%s  %s\n' 'ad469eb1e819f603e3961b105736426db0865f8d766ae455af7b6fd746fbc4db' '2.5.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.10.zip"
$out = "2.5.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad469eb1e819f603e3961b105736426db0865f8d766ae455af7b6fd746fbc4db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.10.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.10.tar.gz
                    printf '%s  %s\n' 'de86c18849bf96b533c82c5b852e8f3f0003309814895e2286ebba6a85b01835' '2.5.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.10.tar.gz"
$out = "2.5.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de86c18849bf96b533c82c5b852e8f3f0003309814895e2286ebba6a85b01835") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.10.zip
                    printf '%s  %s\n' 'ad469eb1e819f603e3961b105736426db0865f8d766ae455af7b6fd746fbc4db' '2.5.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.10.zip"
$out = "2.5.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad469eb1e819f603e3961b105736426db0865f8d766ae455af7b6fd746fbc4db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.10.tar.gz
                    printf '%s  %s\n' 'de86c18849bf96b533c82c5b852e8f3f0003309814895e2286ebba6a85b01835' '2.5.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.10.tar.gz"
$out = "2.5.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de86c18849bf96b533c82c5b852e8f3f0003309814895e2286ebba6a85b01835") { throw "sha256 mismatch" }
artifact format size hashes
2.5.10.zip zip 2.5 MiB
blake3-24 9b1052dc514966a2386fad9f0710c159e62757b1a82c5bf9
sha256 ad469eb1e819f603e3961b105736426db0865f8d766ae455af7b6fd746fbc4db
sha1 8d0511b1be7b0bdd838b35e40c2721bec51c2fbb
2.5.10.tar.gz tar.gz 2.2 MiB
blake3-24 72c2057fe45030b1d394707d172633a49f1223398d52bcca
sha256 de86c18849bf96b533c82c5b852e8f3f0003309814895e2286ebba6a85b01835
sha1 56fbd3c5b85f7d4d31f2d45b21a95a0072fe4ccb

install

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