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.3
vault / meshtastic-android / 2.1.3

meshtastic-android @ 2.1.3

integrity

size
2.2 MiB
downloaded
last checked

release notes

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.1.2...2.1.3

download

unix · zip
curl -fL -o 2.1.3.zip https://ratatoskr.space/pkg/meshtastic-android/2.1.3.zip
                    printf '%s  %s\n' '0c01c921381a6beb5816ac55f964b81a4667a0ed6cba72d047706c9ba80a0cc3' '2.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.3.zip"
$out = "2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c01c921381a6beb5816ac55f964b81a4667a0ed6cba72d047706c9ba80a0cc3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.3.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.1.3.tar.gz
                    printf '%s  %s\n' '90dfb2503b99cf9027bc2a058beffae231b283dff3e82456ac5ede47624db8c1' '2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.3.tar.gz"
$out = "2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90dfb2503b99cf9027bc2a058beffae231b283dff3e82456ac5ede47624db8c1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.3.zip
                    printf '%s  %s\n' '0c01c921381a6beb5816ac55f964b81a4667a0ed6cba72d047706c9ba80a0cc3' '2.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.3.zip"
$out = "2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c01c921381a6beb5816ac55f964b81a4667a0ed6cba72d047706c9ba80a0cc3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.3.tar.gz
                    printf '%s  %s\n' '90dfb2503b99cf9027bc2a058beffae231b283dff3e82456ac5ede47624db8c1' '2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.3.tar.gz"
$out = "2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90dfb2503b99cf9027bc2a058beffae231b283dff3e82456ac5ede47624db8c1") { throw "sha256 mismatch" }
artifact format size hashes
2.1.3.zip zip 2.2 MiB
blake3-24 8386fd53776cdeac2de3c3c01b8561aa22e3b9fa31e0787f
sha256 0c01c921381a6beb5816ac55f964b81a4667a0ed6cba72d047706c9ba80a0cc3
sha1 99d8d53db34a0bc401c40c0e485d14a2d7b6c504
2.1.3.tar.gz tar.gz 2.0 MiB
blake3-24 1ea5db53256662750e1324562b7b81380fd7dfc660e97e9f
sha256 90dfb2503b99cf9027bc2a058beffae231b283dff3e82456ac5ede47624db8c1
sha1 3d955b8cf0b79ff02a951acbf46752cdd870404f

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.1.3.tar.gz"],
    integrity = "sha256-kN+yUDuZz5AnvCoFi+/64jGyg9/z6CRWrF7eR2JNuME=",
    strip_prefix = "meshtastic-android-2.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.1.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.3.tar.gz"],
    integrity = "sha256-kN+yUDuZz5AnvCoFi+/64jGyg9/z6CRWrF7eR2JNuME=",
    strip_prefix = "meshtastic-android-2.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.1.3.tar.gz",
← 2.1.42.1.1 →