From cbe6dc7a4cacca92109fad07b73e97536bff5768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Tabin?= Date: Mon, 12 Dec 2022 23:25:36 +0100 Subject: [PATCH] [libzippp] Update to v6.0-1.9.2 (#28276) --- ports/libzippp/portfile.cmake | 4 ++-- ports/libzippp/vcpkg.json | 3 ++- versions/baseline.json | 2 +- versions/l-/libzippp.json | 5 +++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ports/libzippp/portfile.cmake b/ports/libzippp/portfile.cmake index 9eaac58275..b8968e1f94 100644 --- a/ports/libzippp/portfile.cmake +++ b/ports/libzippp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ctabin/libzippp - REF 4248d7bf200e00b637cbd394c2b2369891de4e30 #v5.1-1.8.0 with CXX std version c++11 - SHA512 171010da61ab4893648ceef80009925e7b79294008de220fe132c42843cb939e454812c0e70de29dfb0318e6bf11c7924a31da52f7703c523ab95c68ba61051a + REF 681bac0362b82bba8f28117d8a48dca54f028ee5 #v6.0-1.9.2 with CXX std version c++11 + SHA512 2f9ab671de2af0e97d5b3fe4f367504ad47f2e1f6df8009aec8e96680f34bf0e3ae5b45ebaea846676b2527d0a5fd31d91c6f62a2bba2867c6010a387ff24150 HEAD_REF master PATCHES fix-find-lzma.patch ) diff --git a/ports/libzippp/vcpkg.json b/ports/libzippp/vcpkg.json index 096b27bacf..97fe8a5024 100644 --- a/ports/libzippp/vcpkg.json +++ b/ports/libzippp/vcpkg.json @@ -1,8 +1,9 @@ { "name": "libzippp", - "version": "5.1-1.8.0", + "version": "6.0-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", "dependencies": [ { "name": "libzip", diff --git a/versions/baseline.json b/versions/baseline.json index f611fb0a96..76689993b4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4541,7 +4541,7 @@ "port-version": 0 }, "libzippp": { - "baseline": "5.1-1.8.0", + "baseline": "6.0-1.9.2", "port-version": 0 }, "licensepp": { diff --git a/versions/l-/libzippp.json b/versions/l-/libzippp.json index 5b48d498e6..1dcb2b6b9d 100644 --- a/versions/l-/libzippp.json +++ b/versions/l-/libzippp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9b0548bad2ec87607ee6dec3e94ee4d3140ff726", + "version": "6.0-1.9.2", + "port-version": 0 + }, { "git-tree": "0e5a10e0beabc7b9a1f9f313e62a1c73833e1c4f", "version": "5.1-1.8.0",