mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
Update to libzippp v6.1-1.9.2 (#31194)
This commit is contained in:
parent
de477e5ee7
commit
da6a91bb0b
@ -1,13 +0,0 @@
|
||||
diff --git a/cmake/FindLIBZIP.cmake b/cmake/FindLIBZIP.cmake
|
||||
index c51c09a..a32bb13 100644
|
||||
--- a/cmake/FindLIBZIP.cmake
|
||||
+++ b/cmake/FindLIBZIP.cmake
|
||||
@@ -50,7 +50,7 @@ if (LIBZIP_FOUND)
|
||||
set_property(TARGET libzip::zip APPEND PROPERTY INTERFACE_LINK_LIBRARIES Nettle::Nettle)
|
||||
endif()
|
||||
if(_have_extra_libs MATCHES "-llzma")
|
||||
- find_package(LibLZMA::LibLZMA REQUIRED)
|
||||
+ find_package(LibLZMA REQUIRED)
|
||||
set_property(TARGET libzip::zip APPEND PROPERTY INTERFACE_LINK_LIBRARIES LibLZMA::LibLZMA)
|
||||
endif()
|
||||
if(_have_extra_libs MATCHES "-lz")
|
@ -1,10 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ctabin/libzippp
|
||||
REF 681bac0362b82bba8f28117d8a48dca54f028ee5 #v6.0-1.9.2 with CXX std version c++11
|
||||
SHA512 2f9ab671de2af0e97d5b3fe4f367504ad47f2e1f6df8009aec8e96680f34bf0e3ae5b45ebaea846676b2527d0a5fd31d91c6f62a2bba2867c6010a387ff24150
|
||||
REF 1934adf591ffe2a53e48d46a522b222b9c1df870 #v6.1-1.9.2 with CXX std version c++11
|
||||
SHA512 1fcc30b5e94c7b7d4bfcd520e91f8cff3d00feeda9acd280ccefa13986aeb98884f45af44334c965a0b6c33a9300f0757d727ff15b86a98e66dd7bf3179c042a
|
||||
HEAD_REF master
|
||||
PATCHES fix-find-lzma.patch
|
||||
)
|
||||
|
||||
vcpkg_check_features(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libzippp",
|
||||
"version": "6.0-1.9.2",
|
||||
"version": "6.1-1.9.2",
|
||||
"description": "Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling",
|
||||
"homepage": "https://github.com/ctabin/libzippp",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -4825,7 +4825,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libzippp": {
|
||||
"baseline": "6.0-1.9.2",
|
||||
"baseline": "6.1-1.9.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"licensepp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c15b10fa38a22c6ff395d7a87c3a4f02c5586add",
|
||||
"version": "6.1-1.9.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9b0548bad2ec87607ee6dec3e94ee4d3140ff726",
|
||||
"version": "6.0-1.9.2",
|
||||
|
Loading…
Reference in New Issue
Block a user