aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Tabin <tabin.cedric@gmail.com>2021-07-06 23:05:52 +0200
committerGitHub <noreply@github.com>2021-07-06 14:05:52 -0700
commita0fa6aeb82b3956a2f52ec455061ba1916076d53 (patch)
treeaef9766da38d818770002cfa7c013a80df45264e
parente1c7c900f90bc9932dcf6d1316179f57ca0cf68b (diff)
downloadvcpkg-a0fa6aeb82b3956a2f52ec455061ba1916076d53.tar.gz
vcpkg-a0fa6aeb82b3956a2f52ec455061ba1916076d53.zip
[libzippp] Update to 4.1-1.8.0 (#18553)
Co-authored-by: Cédric Tabin <cedric.tabin@gmail.com>
-rw-r--r--ports/libzippp/CONTROL3
-rw-r--r--ports/libzippp/portfile.cmake16
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/l-/libzippp.json5
4 files changed, 16 insertions, 12 deletions
diff --git a/ports/libzippp/CONTROL b/ports/libzippp/CONTROL
index 42aec5142..93964ad5f 100644
--- a/ports/libzippp/CONTROL
+++ b/ports/libzippp/CONTROL
@@ -1,6 +1,5 @@
Source: libzippp
-Version: 4.0-1.7.3
-Port-Version: 3
+Version: 4.1-1.8.0
Homepage: https://github.com/ctabin/libzippp
Description: Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling
Build-Depends: zlib, libzip[core,bzip2]
diff --git a/ports/libzippp/portfile.cmake b/ports/libzippp/portfile.cmake
index 85a1bb368..9a011f801 100644
--- a/ports/libzippp/portfile.cmake
+++ b/ports/libzippp/portfile.cmake
@@ -1,16 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ctabin/libzippp
- REF 791bdc43eb18b87e3bdfa087493e3e32217e672c #v4.0-1.7.3 with CXX std version c++11
- SHA512 c6a90ecec21bb2d9e3af681c35d7eec0bee7b356fc1438004dc84be32ee7b94d047c35817d46b222237d54699ea54afa4fd3ae5deeba40dfce4fd2035a38b0e5
- HEAD_REF libzippp-v4.0-1.7.3
+ REF 8299422194ce3c5be0677550ce3d6d4e15d40dd8 #v4.1-1.8.0 with CXX std version c++11
+ SHA512 091c744377707899456b027a35059e048e1552e013330c68920f88f94a42904cf1a6afc7f853cf34cc9bbb3956c3c16907f089520e808520a671c59646d5e351
+ HEAD_REF master
PATCHES fix-find-lzma.patch
)
-vcpkg_check_features(
- OUT_FEATURE_OPTIONS FEATURE_OPTIONS
- encryption LIBZIPPP_ENABLE_ENCRYPTION
-)
+vcpkg_check_features(
+ OUT_FEATURE_OPTIONS FEATURE_OPTIONS
+ FEATURES
+ encryption LIBZIPPP_ENABLE_ENCRYPTION)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
@@ -34,4 +34,4 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file
+file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
diff --git a/versions/baseline.json b/versions/baseline.json
index c8997539c..a4360fc3e 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3753,8 +3753,8 @@
"port-version": 2
},
"libzippp": {
- "baseline": "4.0-1.7.3",
- "port-version": 3
+ "baseline": "4.1-1.8.0",
+ "port-version": 0
},
"licensepp": {
"baseline": "2020-05-19",
diff --git a/versions/l-/libzippp.json b/versions/l-/libzippp.json
index f82ee7173..25607575c 100644
--- a/versions/l-/libzippp.json
+++ b/versions/l-/libzippp.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "c6ab6d33444f3671ea875f4c98bc2937b2d32ee9",
+ "version-string": "4.1-1.8.0",
+ "port-version": 0
+ },
+ {
"git-tree": "b599e7e8cf8101b7ad23965c00bca32c24de4b88",
"version-string": "4.0-1.7.3",
"port-version": 3