mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
[libzippp] Update to v6.0-1.9.2 (#28276)
This commit is contained in:
parent
7962130140
commit
cbe6dc7a4c
@ -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
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -4541,7 +4541,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libzippp": {
|
||||
"baseline": "5.1-1.8.0",
|
||||
"baseline": "6.0-1.9.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"licensepp": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user