Skip to content

Commit c9eb14e

Browse files
authored
Merge pull request #7916 from radarhere/xz
2 parents d6199a3 + 142cb11 commit c9eb14e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
LIBPNG_VERSION=1.6.44
2525
JPEGTURBO_VERSION=3.0.3
2626
OPENJPEG_VERSION=2.5.2
27-
XZ_VERSION=5.4.5
27+
XZ_VERSION=5.6.2
2828
TIFF_VERSION=4.6.0
2929
LCMS2_VERSION=2.16
3030
if [[ -n "$IS_MACOS" ]]; then

winbuild/build_prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def cmd_msbuild(
119119
"LIBWEBP": "1.4.0",
120120
"OPENJPEG": "2.5.2",
121121
"TIFF": "4.6.0",
122-
"XZ": "5.4.5",
122+
"XZ": "5.6.2",
123123
"ZLIB": "1.3.1",
124124
}
125125
V["LIBPNG_DOTLESS"] = V["LIBPNG"].replace(".", "")
@@ -175,7 +175,7 @@ def cmd_msbuild(
175175
"libs": [r"*.lib"],
176176
},
177177
"xz": {
178-
"url": f"{SF_PROJECTS}/lzmautils/files/xz-{V['XZ']}.tar.gz/download",
178+
"url": f"https://github.com/tukaani-project/xz/releases/download/v{V['XZ']}/xz-{V['XZ']}.tar.gz",
179179
"filename": f"xz-{V['XZ']}.tar.gz",
180180
"dir": f"xz-{V['XZ']}",
181181
"license": "COPYING",

0 commit comments

Comments
 (0)