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/0.5.4
vault / meshtastic-android / 0.5.4

meshtastic-android @ 0.5.4

integrity

size
1.8 MiB
downloaded
last checked

release notes

The app has been pretty solid the last couple of days, with a lot of reported usage and no automated bug reports. This is a quick release to fix two things that have been bugging me:

download

unix · zip
curl -fL -o 0.5.4.zip https://ratatoskr.space/pkg/meshtastic-android/0.5.4.zip
                    printf '%s  %s\n' '1a2225a0153dd01d620024ffe66de4e58a2b1b718bb0eebc6048c4ce9ffd6ae5' '0.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.5.4.zip"
$out = "0.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1a2225a0153dd01d620024ffe66de4e58a2b1b718bb0eebc6048c4ce9ffd6ae5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.5.4.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.5.4.tar.gz
                    printf '%s  %s\n' '36ec6c89c5d2931607a7633f172b362a7d6d0db0568466c9ef7ae7e2912ee983' '0.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.5.4.tar.gz"
$out = "0.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "36ec6c89c5d2931607a7633f172b362a7d6d0db0568466c9ef7ae7e2912ee983") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.5.4.zip
                    printf '%s  %s\n' '1a2225a0153dd01d620024ffe66de4e58a2b1b718bb0eebc6048c4ce9ffd6ae5' '0.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.5.4.zip"
$out = "0.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1a2225a0153dd01d620024ffe66de4e58a2b1b718bb0eebc6048c4ce9ffd6ae5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.5.4.tar.gz
                    printf '%s  %s\n' '36ec6c89c5d2931607a7633f172b362a7d6d0db0568466c9ef7ae7e2912ee983' '0.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.5.4.tar.gz"
$out = "0.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "36ec6c89c5d2931607a7633f172b362a7d6d0db0568466c9ef7ae7e2912ee983") { throw "sha256 mismatch" }
artifact format size hashes
0.5.4.zip zip 1.8 MiB
blake3-24 797409939f79f8d24d72b463088a942f1af8fc7c35fa044c
sha256 1a2225a0153dd01d620024ffe66de4e58a2b1b718bb0eebc6048c4ce9ffd6ae5
sha1 ff7e98606e55fbd279a73be1512c7b2cda694b77
0.5.4.tar.gz tar.gz 1.8 MiB
blake3-24 47dcee84afb96eedfbc73d2c6de9176644560788801b0b14
sha256 36ec6c89c5d2931607a7633f172b362a7d6d0db0568466c9ef7ae7e2912ee983
sha1 f8d0281adc155191f738597af4250e8a3dbf9ed7

install

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