Skip to content

Commit

Permalink
Merge pull request #7315 from radarhere/xz
Browse files Browse the repository at this point in the history
Updated xz to 5.4.4
  • Loading branch information
radarhere authored Aug 3, 2023
2 parents 6d3630d + 57f45be commit 54aecc6
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 @@ -144,9 +144,9 @@ def cmd_msbuild(
"libs": [r"*.lib"],
},
"xz": {
"url": SF_PROJECTS + "/lzmautils/files/xz-5.4.3.tar.gz/download",
"filename": "xz-5.4.3.tar.gz",
"dir": "xz-5.4.3",
"url": SF_PROJECTS + "/lzmautils/files/xz-5.4.4.tar.gz/download",
"filename": "xz-5.4.4.tar.gz",
"dir": "xz-5.4.4",
"license": "COPYING",
"build": [
*cmds_cmake("liblzma", "-DBUILD_SHARED_LIBS:BOOL=OFF"),
Expand Down

0 comments on commit 54aecc6

Please sign in to comment.