Skip to content

Commit 96b3747

Browse files
committed
Update libzip download version
1 parent 2d870c0 commit 96b3747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/modules/PHP/Package/libzip.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set_package_properties(
3535
set(PHP_libzip_MIN_VERSION 1.7.1)
3636

3737
# Download version when system dependency is not found.
38-
set(PHP_libzip_DOWNLOAD_VERSION 1.11.2)
38+
set(PHP_libzip_DOWNLOAD_VERSION 1.11.4)
3939

4040
find_package(libzip ${PHP_libzip_MIN_VERSION})
4141

0 commit comments

Comments
 (0)