diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-06-18 05:47:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 14:47:32 -0700 |
| commit | 4e2f4d3b03bdf5244691e549f726be5581a83fd8 (patch) | |
| tree | 7285682bc36a1e990ca0f67ff67723a806f12467 | |
| parent | 121f3d502a8e3f88958b069a6f9c06dc6243a418 (diff) | |
| download | vcpkg-4e2f4d3b03bdf5244691e549f726be5581a83fd8.tar.gz vcpkg-4e2f4d3b03bdf5244691e549f726be5581a83fd8.zip | |
[libzip] Update to 1.7.1 (#11982)
* [libzip] Update to 1.7.1
* Update ports/libzip/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
| -rw-r--r-- | ports/libzip/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libzip/portfile.cmake | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/libzip/CONTROL b/ports/libzip/CONTROL index 757ee2cfa..9ed941bcc 100644 --- a/ports/libzip/CONTROL +++ b/ports/libzip/CONTROL @@ -1,5 +1,5 @@ Source: libzip -Version: rel-1-6-1 +Version: 1.7.1 Homepage: https://github.com/nih-at/libzip Build-Depends: zlib Default-Features: bzip2,default-aes diff --git a/ports/libzip/portfile.cmake b/ports/libzip/portfile.cmake index e2bb6d601..5b325363b 100644 --- a/ports/libzip/portfile.cmake +++ b/ports/libzip/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nih-at/libzip - REF rel-1-6-1 - SHA512 7ee414c063f9f76bec7d96ff9dadbc4be8d37a7b907b977882bf40f8ab66f0e46d3b8f70083c7bd272cc298d855d0d72b494b5772f26e1f4ff7ffeefe780adaf + REF dcd9a0bfe1ac2893d7f62bafb19f0a4d7b08c0f7 #v1.7.1 + SHA512 33ad594398f79544636464d6ae0892553a212dc833b508820f81f10823c3a5c4016288d05953176fb8d52919414edd28f26da6037b93129a58826abdcb501d18 HEAD_REF master ) @@ -31,6 +31,9 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_copy_pdbs() +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake TARGET_PATH share/libzip) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) + # Remove include directories from lib file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/libzip ${CURRENT_PACKAGES_DIR}/debug/lib/libzip) |
