Skip to content

Commit c92b23e

Browse files
authored
Update to zstd-1.5.7-2
1 parent b2d3a75 commit c92b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def unpack_deps(host, prefix_dir):
214214
os.chdir(prefix_dir)
215215
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
216216
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.5.5-0",
217-
"sqlite-3.50.4-0", "xz-5.4.6-1", "zstd-1.5.7-1"]:
217+
"sqlite-3.50.4-0", "xz-5.4.6-1", "zstd-1.5.7-2"]:
218218
filename = f"{name_ver}-{host}.tar.gz"
219219
download(f"{deps_url}/{name_ver}/{filename}")
220220
shutil.unpack_archive(filename)

0 commit comments

Comments
 (0)