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.7.5
vault / meshtastic-android / 0.7.5

meshtastic-android @ 0.7.5

integrity

size
2.0 MiB
downloaded
last checked

release notes

download

unix · zip
curl -fL -o 0.7.5.zip https://ratatoskr.space/pkg/meshtastic-android/0.7.5.zip
                    printf '%s  %s\n' '0c1164ed4ad57cf6e74fda032a15070d97145f0ca4bf817857f9ce924cabeae8' '0.7.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.7.5.zip"
$out = "0.7.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c1164ed4ad57cf6e74fda032a15070d97145f0ca4bf817857f9ce924cabeae8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.5.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.7.5.tar.gz
                    printf '%s  %s\n' '111fa161540050fd02e1c6a2bf1e80687b9e8f4ebd04f5b5207ad81def9aa7ee' '0.7.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.7.5.tar.gz"
$out = "0.7.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "111fa161540050fd02e1c6a2bf1e80687b9e8f4ebd04f5b5207ad81def9aa7ee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.5.zip
                    printf '%s  %s\n' '0c1164ed4ad57cf6e74fda032a15070d97145f0ca4bf817857f9ce924cabeae8' '0.7.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.5.zip"
$out = "0.7.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c1164ed4ad57cf6e74fda032a15070d97145f0ca4bf817857f9ce924cabeae8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.5.tar.gz
                    printf '%s  %s\n' '111fa161540050fd02e1c6a2bf1e80687b9e8f4ebd04f5b5207ad81def9aa7ee' '0.7.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.5.tar.gz"
$out = "0.7.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "111fa161540050fd02e1c6a2bf1e80687b9e8f4ebd04f5b5207ad81def9aa7ee") { throw "sha256 mismatch" }
artifact format size hashes
0.7.5.zip zip 2.0 MiB
blake3-24 462b739e58ed387e5a572567c0cce0775580338fce2a24c0
sha256 0c1164ed4ad57cf6e74fda032a15070d97145f0ca4bf817857f9ce924cabeae8
sha1 884546053017017e1dd939dc0658e3762614dc92
0.7.5.tar.gz tar.gz 1.9 MiB
blake3-24 a51babddf7bf2352d632db6ba6e262edd224faedf6e96111
sha256 111fa161540050fd02e1c6a2bf1e80687b9e8f4ebd04f5b5207ad81def9aa7ee
sha1 2928b87343ac1e1a8fb9ca3221b8557ac2df185f

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/0.7.5.tar.gz"],
    integrity = "sha256-ER+hYVQAUP0C4caivx6AaHuej069BPW1IHrYHe+ap+4=",
    strip_prefix = "meshtastic-android-0.7.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/0.7.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.5.tar.gz"],
    integrity = "sha256-ER+hYVQAUP0C4caivx6AaHuej069BPW1IHrYHe+ap+4=",
    strip_prefix = "meshtastic-android-0.7.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.5.tar.gz",
← 0.7.800.6.8 →