diff options
| author | Gerald Combs <gerald@wireshark.org> | 2020-12-04 15:59:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-04 15:59:14 -0800 |
| commit | 09f0dc0a79f8075606f83b61492e814511b54d9f (patch) | |
| tree | 713ad2b1fa2fb1b2f69ffdc138dee3101764db85 | |
| parent | e92fa3a56bb421c2226b289328c0ea74e1938aad (diff) | |
| download | vcpkg-09f0dc0a79f8075606f83b61492e814511b54d9f.tar.gz vcpkg-09f0dc0a79f8075606f83b61492e814511b54d9f.zip | |
[nghttp2] Update to 1.42.0. (#14862)
| -rw-r--r-- | ports/nghttp2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nghttp2/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/nghttp2/CONTROL b/ports/nghttp2/CONTROL index 6afd6f83b..7f0bf107d 100644 --- a/ports/nghttp2/CONTROL +++ b/ports/nghttp2/CONTROL @@ -1,4 +1,4 @@ Source: nghttp2 -Version: 1.39.2-2 +Version: 1.42.0 Homepage: https://github.com/nghttp2/nghttp2 Description: Implementation of the Hypertext Transfer Protocol version 2 in C diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake index c7b5a5388..9ed523648 100644 --- a/ports/nghttp2/portfile.cmake +++ b/ports/nghttp2/portfile.cmake @@ -1,5 +1,5 @@ set(LIB_NAME nghttp2) -set(LIB_VERSION 1.39.2) +set(LIB_VERSION 1.42.0) set(LIB_FILENAME ${LIB_NAME}-${LIB_VERSION}.tar.gz) @@ -7,7 +7,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nghttp2/nghttp2 REF v${LIB_VERSION} - SHA512 1ddfb8c6538e209e39199fb5e2f9c262d58d188f25c98cd03f9f733bb261055b7625f0f79863731b112e69bc40c9d6a7d10d4fe69f56c615127e03277ee3af1d + SHA512 717494c9aa4eda64414535752df947d62311e7aed5cc6c4936400fcb2c9fc2818923668bcabc3e1bc61154d660f6765dad120e5a113d9eee3e934d66ee63a406 HEAD_REF master ) @@ -30,6 +30,7 @@ vcpkg_configure_cmake( ) vcpkg_install_cmake() +vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) |
