Skip to content

Commit

Permalink
[nghttp2] update 1.34.0 (#4621)
Browse files Browse the repository at this point in the history
* [nghttp2] update 1.34.0

* [ports] update nghttp2 to 1.34.0
  • Loading branch information
fcharlie authored and ras0219-msft committed Nov 4, 2018
1 parent eebb20e commit 1c01a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/nghttp2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: nghttp2
Version: 1.33.0
Version: 1.34.0
Description: Implementation of the Hypertext Transfer Protocol version 2 in C
4 changes: 2 additions & 2 deletions ports/nghttp2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
include(vcpkg_common_functions)

set(LIB_NAME nghttp2)
set(LIB_VERSION 1.33.0)
set(LIB_VERSION 1.34.0)

set(LIB_FILENAME ${LIB_NAME}-${LIB_VERSION}.tar.gz)
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 39c37a6579d1da6a6bcfb32c822f59943796ef4c11d82146924b8e279653c4afca496b6cc7fd65b0181f95fa5007a2dd0589038d6f4354c75d65e60d29528268
SHA512 f027f8e043c58710ff34a65c705c0a76d91ffbf20f684606dbbbecc10f0e1fbc98a41047b8df5061af0bda6e8f89a9587e33c6549181f9317c4d3336e4a8b62e
)
vcpkg_extract_source_archive(${ARCHIVE})

Expand Down

0 comments on commit 1c01a56

Please sign in to comment.