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.5
vault / meshtastic-android / 2.6.5

meshtastic-android @ 2.6.5

integrity

size
3.2 MiB
downloaded
last checked

release notes

What's Changed

🛠️Fixes & Features

👷Dependencies

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.4...2.6.5

download

unix · zip
curl -fL -o 2.6.5.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.5.zip
                    printf '%s  %s\n' 'fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4' '2.6.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.5.zip"
$out = "2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.5.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.5.tar.gz
                    printf '%s  %s\n' 'c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51' '2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.5.tar.gz"
$out = "2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.zip
                    printf '%s  %s\n' 'fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4' '2.6.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.zip"
$out = "2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.tar.gz
                    printf '%s  %s\n' 'c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51' '2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.5.tar.gz"
$out = "2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51") { throw "sha256 mismatch" }
artifact format size hashes
2.6.5.zip zip 3.1 MiB
blake3-24 4a8fda33ce5b55f96d97b807c60f1cf79eb5c282dfb68c78
sha256 fb1987c775b87189b1b8503f583210686cd3ae0a6ff08cfa3152c24e30f02ad4
sha1 4a887e328cb9c767082a82847b936dae2c85addb
2.6.5.tar.gz tar.gz 2.8 MiB
blake3-24 a829cb8d00e611078dad0c421bdc1475e2efe0f48ce99a51
sha256 c758a02a7754bdcc83e50bd69b186ee4200a157cd4309d9bdd0daabf28b55c51
sha1 baf9c07537a9ca8ad8ba30eadcfdc5abee43cf1f

install

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