diff options
| author | ruki <[email protected]> | 2024-11-29 22:28:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-11-29 22:28:35 +0800 |
| commit | 924074ad780e167cc73e0c19b99446b99d00b21c (patch) | |
| tree | 0b6c3ecb40cdbeb011205471e00915cab9b04216 /core/xpack.lua | |
| parent | 91a2d4f05b1ba4814678a3f556c88a50eaa53a8d (diff) | |
update curl
Diffstat (limited to 'core/xpack.lua')
| -rw-r--r-- | core/xpack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xpack.lua b/core/xpack.lua index 9b10839f3..acf56ea44 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -40,7 +40,7 @@ xpack("xmake") else local arch = package:arch() local url_7z = "https://github.com/xmake-mirror/7zip/releases/download/24.07/7z24.07-" .. arch .. ".zip" - local curl_version = "8.8.0_2" + local curl_version = "8.11.0_4" local url_curl = "https://curl.se/windows/dl-" .. curl_version .. "/curl-" .. curl_version if package:is_arch("x64", "x86_64") then url_curl = url_curl .. "-win64-mingw.zip" |
