diff options
| author | Force.Charlie-I <fcharlie@users.noreply.github.com> | 2018-02-08 04:17:25 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-07 12:17:25 -0800 |
| commit | 0306f823763074cd5e4c0853f8c955e886bee20e (patch) | |
| tree | 12d7b3cd4aa16d4d7c5bef3b7c37b4838a58c4d1 | |
| parent | b4676f2dd583a2399b195cc6d49bd77d01bd8878 (diff) | |
| download | vcpkg-0306f823763074cd5e4c0853f8c955e886bee20e.tar.gz vcpkg-0306f823763074cd5e4c0853f8c955e886bee20e.zip | |
[nghttp2]: update to 1.30.0 (#2739)
* [nghttp2]: update to 1.30.0
* [nghttp2] Enable static builds
| -rw-r--r-- | ports/nghttp2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nghttp2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/nghttp2/CONTROL b/ports/nghttp2/CONTROL index 448f6cc89..f4ff49ae0 100644 --- a/ports/nghttp2/CONTROL +++ b/ports/nghttp2/CONTROL @@ -1,3 +1,3 @@ Source: nghttp2 -Version: 1.29.0-1 +Version: 1.30.0-1 Description: Implementation of the Hypertext Transfer Protocol version 2 in C diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake index 6850a70d6..3c082c191 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.29.0) +set(LIB_VERSION 1.30.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 34dfda7ba637fb23b24141aacf8a0c342a369a59c84d4e2bfed9b5a867f85a5d1d950267f018a820645954406d70bf499f01e2f9b1ebaa4b76e8f47c3693fd6e + SHA512 26ce717a085e9fbdf8e644d4c8ab6961ca60029c4dfa112c9932523d1c4cc3f40fda4283afddf78a649e7f6fb7d3f3bfce3197186a4f70819b5996e8158089da ) vcpkg_extract_source_archive(${ARCHIVE}) |
