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.18
vault / meshtastic-android / 2.5.18

meshtastic-android @ 2.5.18

integrity

size
3.4 MiB
downloaded
last checked

release notes

Autogenerated by github action, developer should edit as required before publishing...

What's Changed

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.17...2.5.18

download

unix · zip
curl -fL -o 2.5.18.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.18.zip
                    printf '%s  %s\n' 'b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51' '2.5.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.18.zip"
$out = "2.5.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.18.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.18.tar.gz
                    printf '%s  %s\n' 'f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a' '2.5.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.18.tar.gz"
$out = "2.5.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.zip
                    printf '%s  %s\n' 'b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51' '2.5.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.zip"
$out = "2.5.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.tar.gz
                    printf '%s  %s\n' 'f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a' '2.5.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.tar.gz"
$out = "2.5.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a") { throw "sha256 mismatch" }
artifact format size hashes
2.5.18.zip zip 3.4 MiB
blake3-24 5b8ff539db20c8050ff49908a57b26abd1e7408a3d474926
sha256 b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51
sha1 0ed90c3f52d1f2f7dfc16ea65fc3b01974811a51
2.5.18.tar.gz tar.gz 3.0 MiB
blake3-24 24f1e8d3fa667720358bc91c638ab437d68a37088f518514
sha256 f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a
sha1 32ca9cd0c9a8c9f0e6f4575cb5047586e4979230

install

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