File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424LIBPNG_VERSION=1.6.44
2525JPEGTURBO_VERSION=3.0.3
2626OPENJPEG_VERSION=2.5.2
27- XZ_VERSION=5.4.5
27+ XZ_VERSION=5.6.2
2828TIFF_VERSION=4.6.0
2929LCMS2_VERSION=2.16
3030if [[ -n " $IS_MACOS " ]]; then
Original file line number Diff line number Diff 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}
125125V ["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" ,
You can’t perform that action at this time.
0 commit comments