diff options
| author | ruki <[email protected]> | 2020-10-01 00:56:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-01 00:56:15 +0800 |
| commit | 4ff4c3e62301f1f67f3f34bac9420cd55a62c56a (patch) | |
| tree | c8745cde6ef19695c1fda668a3bf93db204409f2 /xmake | |
| parent | 98d6bfd973d2c03ea66eb440fadc7307a3377b7b (diff) | |
switch unzip to 7zip for windows
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/repository/packages/7/7z/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/repository/packages/7/7z/xmake.lua b/xmake/repository/packages/7/7z/xmake.lua index 298b972be..ff67544ad 100644 --- a/xmake/repository/packages/7/7z/xmake.lua +++ b/xmake/repository/packages/7/7z/xmake.lua @@ -8,10 +8,12 @@ package("7z") if os.arch() == "x64" then set_urls("https://github.com/xmake-mirror/7zip/releases/download/$(version)/7z$(version)-x64.zip", "https://gitlab.com/xmake-mirror/7zip-releases/raw/master/7z$(version)-x64.zip") + add_versions("19.00", "fc21cf510d70a69bfa8e5b0449fe0a054fb76e2f8bd568364821f319c8b1d86d") add_versions("18.05", "e6e2d21e2c482f1b1c5a6d21ed80800ce1273b902cf4b9afa68621545540ee2f") else set_urls("https://github.com/xmake-mirror/7zip/releases/download/$(version)/7z$(version)-x86.zip", "https://gitlab.com/xmake-mirror/7zip-releases/raw/master/7z$(version)-x86.zip") + add_versions("19.00", "f84fab081a2d8a6b5868a2eaf01cd56017363fb24560259cea80567f8062334f") add_versions("18.05", "544c37bebee30437aba405071484e0ac6310332b4bdabe4ca7420a800d4b4b5e") end else |
