Skip to content

Commit 2447429

Browse files
committed
update 7zip
1 parent 924074a commit 2447429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/xpack.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ xpack("xmake")
3939
package:add("installfiles", path.join(winenv, "**"), {rootdir = path.directory(winenv)})
4040
else
4141
local arch = package:arch()
42-
local url_7z = "https://github.com/xmake-mirror/7zip/releases/download/24.07/7z24.07-" .. arch .. ".zip"
42+
local url_7z = "https://github.com/xmake-mirror/7zip/releases/download/24.08/7z24.08-" .. arch .. ".zip"
4343
local curl_version = "8.11.0_4"
4444
local url_curl = "https://curl.se/windows/dl-" .. curl_version .. "/curl-" .. curl_version
4545
if package:is_arch("x64", "x86_64") then

0 commit comments

Comments
 (0)