diff options
author | Nikias Bassen | 2021-11-17 19:25:08 +0100 |
---|---|---|
committer | Nikias Bassen | 2021-11-17 19:25:08 +0100 |
commit | 7fdd29bb8c779a66d2ea74694a08c48b81c076ec (patch) | |
tree | 8b419704549794477dd2bbc7fb14bd746f0a90f1 | |
parent | 97eac17ce8f8d07c1aa8d42a19afa9d8d499b77c (diff) | |
download | idevicerestore-7fdd29bb8c779a66d2ea74694a08c48b81c076ec.tar.gz idevicerestore-7fdd29bb8c779a66d2ea74694a08c48b81c076ec.tar.bz2 |
configure: Bump libzip requirement to 1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 67e1f4e..0e412a4 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ LIBIRECOVERY_VERSION=1.0.1 LIBIMOBILEDEVICE_VERSION=1.3.0 LIBPLIST_VERSION=2.2.0 LIMD_GLUE_VERSION=1.0.0 -LIBZIP_VERSION=0.8 +LIBZIP_VERSION=1.0 LIBCURL_VERSION=7.0 OPENSSL_VERSION=0.9.8 |