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.6.3
vault / meshtastic-android / 2.6.3

meshtastic-android @ 2.6.3

integrity

size
3.1 MiB
downloaded
last checked

release notes

What's Changed

🛠️Fixes & Features

👷Dependencies

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.2...2.6.3

download

unix · zip
curl -fL -o 2.6.3.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.3.zip
                    printf '%s  %s\n' '5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578' '2.6.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.3.zip"
$out = "2.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.3.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz
                    printf '%s  %s\n' 'daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8' '2.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz"
$out = "2.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.zip
                    printf '%s  %s\n' '5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578' '2.6.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.zip"
$out = "2.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz
                    printf '%s  %s\n' 'daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8' '2.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz"
$out = "2.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8") { throw "sha256 mismatch" }
artifact format size hashes
2.6.3.zip zip 3.1 MiB
blake3-24 e2bed1fb3c8b157d5975297a8d8152bdf4ab27cb29eb6918
sha256 5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578
sha1 823f5e0327df237d47cf9003fbbb3a70100392d0
2.6.3.tar.gz tar.gz 2.8 MiB
blake3-24 7981f5d59525ba18d3c86b3f34e66eefee9c3cf1fcaa57c0
sha256 daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8
sha1 691e40a90a4f0ed9e857875bbf7e7be20a022199

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz"],
    integrity = "sha256-2qsmtFqB+IoE+FCeNFldKv+6Ie6G/44G44hnKBHeHNg=",
    strip_prefix = "meshtastic-android-2.6.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz"],
    integrity = "sha256-2qsmtFqB+IoE+FCeNFldKv+6Ie6G/44G44hnKBHeHNg=",
    strip_prefix = "meshtastic-android-2.6.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz",
← 2.6.42.6.2 →