Skip to content

Commit f8979b5

Browse files
waruqic8ef
andauthored
Auto-update zziplib to v0.13.76 (#4201)
* Update zziplib to v0.13.76 * Update xmake.lua * Update xmake.lua --------- Co-authored-by: c8ef <[email protected]>
1 parent a30a517 commit f8979b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/z/zziplib/xmake.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ package("zziplib")
66

77
add_urls("https://github.com/gdraheim/zziplib/archive/refs/tags/$(version).tar.gz",
88
"https://github.com/gdraheim/zziplib.git")
9+
add_versions("v0.13.76", "08b0e300126329c928a41b6d68e397379fad02469e34a0855d361929968ea4c0")
910
add_versions("v0.13.74", "319093aa98d39453f3ea2486a86d8a2fab2d5632f6633a2665318723a908eecf")
1011
add_versions("v0.13.72", "93ef44bf1f1ea24fc66080426a469df82fa631d13ca3b2e4abaeab89538518dc")
1112
add_versions("v0.13.73", "2aa9d317f70060101064863e4e8fe698c32301e2d293d2b4964608cf2d5b2d8b")
1213

1314
add_deps("cmake", "zlib")
1415
on_install("windows", "macosx", "linux", function (package)
16+
io.replace("zzip/CMakeLists.txt", "include ( CodeCoverage )", "", {plain = true})
1517
local configs = {"-DZZIPTEST=OFF", "-DZZIPDOCS=OFF", "-DZZIPWRAP=OFF", "-DZZIPSDL=OFF", "-DZZIPMMAPPED=OFF", "-DZZIPFSEEKO=OFF", "-DZZIPBINS=OFF"}
1618
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
1719
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))

0 commit comments

Comments
 (0)