Skip to content

Commit

Permalink
[libzippp] update to 5.0-1.8.0 (#19433)
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Tabin <[email protected]>
  • Loading branch information
ctabin and Cédric Tabin authored Aug 9, 2021
1 parent 0d9bf61 commit cf03dac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/libzippp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libzippp
Version: 4.1-1.8.0
Version: 5.0-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]
Expand Down
4 changes: 2 additions & 2 deletions ports/libzippp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ctabin/libzippp
REF 8299422194ce3c5be0677550ce3d6d4e15d40dd8 #v4.1-1.8.0 with CXX std version c++11
SHA512 091c744377707899456b027a35059e048e1552e013330c68920f88f94a42904cf1a6afc7f853cf34cc9bbb3956c3c16907f089520e808520a671c59646d5e351
REF 0e907d7ef8de46822602cb7633a5bc6fc0cc36de #v5.0-1.8.0 with CXX std version c++11
SHA512 f91724b0225bddcaf705e7e1493ad415b534096cfe3636d50995245982984e7420148206f4e24d72e596d75eac570d7b512c5aa836eaf4a8951e27737bcee9eb
HEAD_REF master
PATCHES fix-find-lzma.patch
)
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,7 @@
"port-version": 2
},
"libzippp": {
"baseline": "4.1-1.8.0",
"baseline": "5.0-1.8.0",
"port-version": 0
},
"licensepp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libzippp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "841560e4b583cbf85a4aca0839aa881c4cda7258",
"version-string": "5.0-1.8.0",
"port-version": 0
},
{
"git-tree": "c6ab6d33444f3671ea875f4c98bc2937b2d32ee9",
"version-string": "4.1-1.8.0",
Expand Down

0 comments on commit cf03dac

Please sign in to comment.