diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-27 09:12:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-27 09:12:35 +0200 |
commit | 9e32e9427a38407adfef120589a6592033bfc70d (patch) | |
tree | 288af1e9f611b8551e4c9024835146b206bfead8 | |
parent | 40b6a5cc27cfc2f5435e90d4fb216a924be5f5e3 (diff) |
bump libzip version required
-rw-r--r-- | php-pecl-zip.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index a9f6e5c..8abc7a0 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -30,7 +30,7 @@ #global upstream_prever dev #global upstream_lower DEV -%global libzip_version 1.9.2 +%global libzip_version 1.10 %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini |