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/v2.7.4
vault / meshtastic-android / v2.7.4

meshtastic-android @ v2.7.4

integrity

size
4.5 MiB
downloaded
last checked

release notes

What's Changed

🏗️ Features

🛠️Fixes

👷Dependencies

🧱Repo

🤖Automated

New Contributors

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/v2.7.3...v2.7.4

download

unix · zip
curl -fL -o v2.7.4.zip https://ratatoskr.space/pkg/meshtastic-android/v2.7.4.zip
                    printf '%s  %s\n' '781891f2dc7a0467fbfd00392e2adf5bb58d36bec206c311c06ff0f1546019d1' 'v2.7.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.7.4.zip"
$out = "v2.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "781891f2dc7a0467fbfd00392e2adf5bb58d36bec206c311c06ff0f1546019d1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.4.tar.gz https://ratatoskr.space/pkg/meshtastic-android/v2.7.4.tar.gz
                    printf '%s  %s\n' 'd1c9ec53a5ab3b733a2a8680160c16d2dd11180bea5b13b70094771b3c04951a' 'v2.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.7.4.tar.gz"
$out = "v2.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1c9ec53a5ab3b733a2a8680160c16d2dd11180bea5b13b70094771b3c04951a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.4.zip
                    printf '%s  %s\n' '781891f2dc7a0467fbfd00392e2adf5bb58d36bec206c311c06ff0f1546019d1' 'v2.7.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.4.zip"
$out = "v2.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "781891f2dc7a0467fbfd00392e2adf5bb58d36bec206c311c06ff0f1546019d1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.4.tar.gz
                    printf '%s  %s\n' 'd1c9ec53a5ab3b733a2a8680160c16d2dd11180bea5b13b70094771b3c04951a' 'v2.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.7.4.tar.gz"
$out = "v2.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1c9ec53a5ab3b733a2a8680160c16d2dd11180bea5b13b70094771b3c04951a") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.4.zip zip 4.4 MiB
blake3-24 a83b921d5071ebced7a38f609064d28d3a1a308d8ae5c445
sha256 781891f2dc7a0467fbfd00392e2adf5bb58d36bec206c311c06ff0f1546019d1
sha1 ed92827c396b840a9e1bc5b64f844ff1d780c987
v2.7.4.tar.gz tar.gz 3.8 MiB
blake3-24 76f080fa4e73f373d523a5d10b17b83bce11d55fff999d90
sha256 d1c9ec53a5ab3b733a2a8680160c16d2dd11180bea5b13b70094771b3c04951a
sha1 f195f0e6efc9bef5f8f6da1d796654d089f83c46

install

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