summaryrefslogtreecommitdiff
path: root/core/xpack.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-06-25 22:44:27 +0800
committerruki <[email protected]>2024-06-25 22:44:27 +0800
commitab72906eae372b9f33f6202edbb8f542b099d838 (patch)
treeed6bbce7ad6dd31c60b31ecfaf6dd50bd26bd33f /core/xpack.lua
parent156461c8023fca5ebccb7f83fdb2ea6f4ad57c55 (diff)
update 7z
Diffstat (limited to 'core/xpack.lua')
-rw-r--r--core/xpack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xpack.lua b/core/xpack.lua
index e4999775a..eff35d983 100644
--- a/core/xpack.lua
+++ b/core/xpack.lua
@@ -39,7 +39,7 @@ xpack("xmake")
package:add("installfiles", path.join(winenv, "**"), {rootdir = path.directory(winenv)})
else
local arch = package:arch()
- local url_7z = "https://github.com/xmake-mirror/7zip/releases/download/19.00/7z19.00-" .. arch .. ".zip"
+ local url_7z = "https://github.com/xmake-mirror/7zip/releases/download/24.07/7z24.07-" .. arch .. ".zip"
local url_curl = "https://curl.se/windows/dl-8.2.1_11/curl-8.2.1_11-win32-mingw.zip"
local archive_7z = path.join(package:buildir(), "7z.zip")
local archive_curl = path.join(package:buildir(), "curl.zip")