Skip to content

Commit

Permalink
Updated xz to 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 18, 2023
1 parent 16975a5 commit fd3da53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ def cmd_msbuild(
"libs": [r"*.lib"],
},
"xz": {
"url": SF_PROJECTS + "/lzmautils/files/xz-5.4.1.tar.gz/download",
"filename": "xz-5.4.1.tar.gz",
"dir": "xz-5.4.1",
"url": SF_PROJECTS + "/lzmautils/files/xz-5.4.2.tar.gz/download",
"filename": "xz-5.4.2.tar.gz",
"dir": "xz-5.4.2",
"license": "COPYING",
"patch": {
r"src\liblzma\api\lzma.h": {
Expand Down

0 comments on commit fd3da53

Please sign in to comment.