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.1.20
vault / meshtastic-android / 2.1.20

meshtastic-android @ 2.1.20

integrity

size
2.2 MiB
downloaded
last checked

release notes

What's Changed

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.1.19...2.1.20

download

unix · zip
curl -fL -o 2.1.20.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.20.zip
                    printf '%s  %s\n' '2e04463cb1af49bfa13cf8fda0c53fb87510d38f0f93b72e75a92d35781301a4' '2.1.20.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.20.zip"
$out = "2.1.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2e04463cb1af49bfa13cf8fda0c53fb87510d38f0f93b72e75a92d35781301a4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.20.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.20.tar.gz
                    printf '%s  %s\n' 'b85fe06a0255ff202e09ef58b3cfe0e49543ebda05cb38ec454d7f9c5197a39f' '2.1.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.20.tar.gz"
$out = "2.1.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b85fe06a0255ff202e09ef58b3cfe0e49543ebda05cb38ec454d7f9c5197a39f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.20.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.20.zip
                    printf '%s  %s\n' '2e04463cb1af49bfa13cf8fda0c53fb87510d38f0f93b72e75a92d35781301a4' '2.1.20.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.20.zip"
$out = "2.1.20.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2e04463cb1af49bfa13cf8fda0c53fb87510d38f0f93b72e75a92d35781301a4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.20.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.20.tar.gz
                    printf '%s  %s\n' 'b85fe06a0255ff202e09ef58b3cfe0e49543ebda05cb38ec454d7f9c5197a39f' '2.1.20.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.20.tar.gz"
$out = "2.1.20.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b85fe06a0255ff202e09ef58b3cfe0e49543ebda05cb38ec454d7f9c5197a39f") { throw "sha256 mismatch" }
artifact format size hashes
2.1.20.zip zip 2.2 MiB
blake3-24 bd22c70e5c11ad5f66f6cd475780d15c0815fcc5bf4120de
sha256 2e04463cb1af49bfa13cf8fda0c53fb87510d38f0f93b72e75a92d35781301a4
sha1 9f725ede5fedca3136d1ded977bc8e0578fc797b
2.1.20.tar.gz tar.gz 2.1 MiB
blake3-24 36f27c8a427ac8282c3717adfb8a3adda99651f5e75a7aa7
sha256 b85fe06a0255ff202e09ef58b3cfe0e49543ebda05cb38ec454d7f9c5197a39f
sha1 c8f12d780a06a568eb55efa86157a9dc8118da63

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.20.tar.gz"],
    integrity = "sha256-uF/gagJV/yAuCe9Ys8/g5JVD69oFyzjsRU1/nFGXo58=",
    strip_prefix = "meshtastic-android-2.1.20",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.20.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.20.tar.gz"],
    integrity = "sha256-uF/gagJV/yAuCe9Ys8/g5JVD69oFyzjsRU1/nFGXo58=",
    strip_prefix = "meshtastic-android-2.1.20",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.20.tar.gz",
← 2.1.212.1.17 →