Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libzippp] update to 5.0-1.8.0 #19433

Merged
merged 1 commit into from
Aug 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -3813,7 +3813,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