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.3.4
vault / meshtastic-android / 0.3.4

meshtastic-android @ 0.3.4

integrity

size
1.8 MiB
downloaded
last checked

release notes

New translations!

Major changes:

Full list of changes: https://github.com/meshtastic/Meshtastic-Android/compare/0.3.2...0.3.4

download

unix · zip
curl -fL -o 0.3.4.zip https://ratatoskr.space/pkg/meshtastic-android/0.3.4.zip
                    printf '%s  %s\n' '5edcad6917c43244fa4938cc66be39723848e13148a1a8b824d0ddc6b543acc2' '0.3.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.3.4.zip"
$out = "0.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5edcad6917c43244fa4938cc66be39723848e13148a1a8b824d0ddc6b543acc2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.4.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.3.4.tar.gz
                    printf '%s  %s\n' '42e428b29d8322a7c23429dd780fc54128f35d25724a482e9b3f044b3fd64eb2' '0.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.3.4.tar.gz"
$out = "0.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "42e428b29d8322a7c23429dd780fc54128f35d25724a482e9b3f044b3fd64eb2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.4.zip
                    printf '%s  %s\n' '5edcad6917c43244fa4938cc66be39723848e13148a1a8b824d0ddc6b543acc2' '0.3.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.4.zip"
$out = "0.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5edcad6917c43244fa4938cc66be39723848e13148a1a8b824d0ddc6b543acc2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.4.tar.gz
                    printf '%s  %s\n' '42e428b29d8322a7c23429dd780fc54128f35d25724a482e9b3f044b3fd64eb2' '0.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.3.4.tar.gz"
$out = "0.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "42e428b29d8322a7c23429dd780fc54128f35d25724a482e9b3f044b3fd64eb2") { throw "sha256 mismatch" }
artifact format size hashes
0.3.4.zip zip 1.8 MiB
blake3-24 ece57494a4182967a940b26e99077372c799c079ab7b07cd
sha256 5edcad6917c43244fa4938cc66be39723848e13148a1a8b824d0ddc6b543acc2
sha1 4bccc4509256c9ec9c088142da6a07f52a3f04f3
0.3.4.tar.gz tar.gz 1.8 MiB
blake3-24 3516ac6e4c1bafde8e68b844bb29793595f4264a28a59fcf
sha256 42e428b29d8322a7c23429dd780fc54128f35d25724a482e9b3f044b3fd64eb2
sha1 8bf5bbe09f0b1cf6b837c624a96c33832a38f06c

install

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