aboutsummaryrefslogtreecommitdiff
path: root/ports/nghttp2
diff options
context:
space:
mode:
authorForce Charlie <charlieio@outlook.com>2018-09-05 22:13:31 +0800
committerForce Charlie <charlieio@outlook.com>2018-09-05 22:13:31 +0800
commit03204d0c7016574015d47d82e0bbc92120e8ab79 (patch)
tree1c58fe1bae85edd767435b4d5754e9df00c6b0d0 /ports/nghttp2
parenta91bc989a12ce8254f2315100d5615d84cbe9099 (diff)
downloadvcpkg-03204d0c7016574015d47d82e0bbc92120e8ab79.tar.gz
vcpkg-03204d0c7016574015d47d82e0bbc92120e8ab79.zip
[ports] fix curl 001 patch, update nghttp2 to 1.33.0
Diffstat (limited to 'ports/nghttp2')
-rw-r--r--ports/nghttp2/CONTROL2
-rw-r--r--ports/nghttp2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/nghttp2/CONTROL b/ports/nghttp2/CONTROL
index 4b69590c0..09297c507 100644
--- a/ports/nghttp2/CONTROL
+++ b/ports/nghttp2/CONTROL
@@ -1,3 +1,3 @@
Source: nghttp2
-Version: 1.32.1
+Version: 1.33.0
Description: Implementation of the Hypertext Transfer Protocol version 2 in C
diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake
index 354e8e9d2..96829566c 100644
--- a/ports/nghttp2/portfile.cmake
+++ b/ports/nghttp2/portfile.cmake
@@ -1,7 +1,7 @@
include(vcpkg_common_functions)
set(LIB_NAME nghttp2)
-set(LIB_VERSION 1.32.1)
+set(LIB_VERSION 1.33.0)
set(LIB_FILENAME ${LIB_NAME}-${LIB_VERSION}.tar.gz)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/${LIB_NAME}-${LIB_VERSION})
@@ -9,7 +9,7 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/${LIB_NAME}-${LIB_VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/nghttp2/nghttp2/releases/download/v${LIB_VERSION}/${LIB_FILENAME}"
FILENAME "${LIB_FILENAME}"
- SHA512 8f138e96ad7029711d3c177267dcd35759867d711a935212b2257e20ef9a274c65d247b5d44f03d81edc8f52cb5fb1b751ae102cebcac39d102c1637ad040903
+ SHA512 39c37a6579d1da6a6bcfb32c822f59943796ef4c11d82146924b8e279653c4afca496b6cc7fd65b0181f95fa5007a2dd0589038d6f4354c75d65e60d29528268
)
vcpkg_extract_source_archive(${ARCHIVE})