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.93
vault / meshtastic-android / 0.7.93

meshtastic-android @ 0.7.93

integrity

size
2.1 MiB
downloaded
last checked

download

unix · zip
curl -fL -o 0.7.93.zip https://ratatoskr.space/pkg/meshtastic-android/0.7.93.zip
                    printf '%s  %s\n' '509b7c627b8da0f76194dfb983a7663ad4cdf78d71e6b5ff12996576716e012e' '0.7.93.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.7.93.zip"
$out = "0.7.93.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "509b7c627b8da0f76194dfb983a7663ad4cdf78d71e6b5ff12996576716e012e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.93.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.7.93.tar.gz
                    printf '%s  %s\n' '633431e9a521c2e69f6ff178c6837f3a3af4987cadd83178ad2d90fd00b94e8d' '0.7.93.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.7.93.tar.gz"
$out = "0.7.93.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "633431e9a521c2e69f6ff178c6837f3a3af4987cadd83178ad2d90fd00b94e8d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.93.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.93.zip
                    printf '%s  %s\n' '509b7c627b8da0f76194dfb983a7663ad4cdf78d71e6b5ff12996576716e012e' '0.7.93.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.93.zip"
$out = "0.7.93.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "509b7c627b8da0f76194dfb983a7663ad4cdf78d71e6b5ff12996576716e012e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.93.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.93.tar.gz
                    printf '%s  %s\n' '633431e9a521c2e69f6ff178c6837f3a3af4987cadd83178ad2d90fd00b94e8d' '0.7.93.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.93.tar.gz"
$out = "0.7.93.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "633431e9a521c2e69f6ff178c6837f3a3af4987cadd83178ad2d90fd00b94e8d") { throw "sha256 mismatch" }
artifact format size hashes
0.7.93.zip zip 2.1 MiB
blake3-24 39b12a0910fb66f719bb88f88985278b7658a03850b4694a
sha256 509b7c627b8da0f76194dfb983a7663ad4cdf78d71e6b5ff12996576716e012e
sha1 a54a96614042e3f9828a726500d0f01d0b86cd06
0.7.93.tar.gz tar.gz 2.0 MiB
blake3-24 227109f5663913f111d452d12d91d4d44cd0a3bb69383526
sha256 633431e9a521c2e69f6ff178c6837f3a3af4987cadd83178ad2d90fd00b94e8d
sha1 d3fe038c8e943d3b14de3915bdccab79db1ffd33

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/0.7.93.tar.gz"],
    integrity = "sha256-YzQx6aUhwuafb/F4xoN/Ojr0mHyt2DF4rS2Q/QC5To0=",
    strip_prefix = "meshtastic-android-0.7.93",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/0.7.93.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.93.tar.gz"],
    integrity = "sha256-YzQx6aUhwuafb/F4xoN/Ojr0mHyt2DF4rS2Q/QC5To0=",
    strip_prefix = "meshtastic-android-0.7.93",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.7.93.tar.gz",
← 0.9.010.7.80 →