diff options
| author | Nicolai Grodzitski <utromvecherom@gmail.com> | 2018-07-12 15:53:19 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-12 05:53:19 -0700 |
| commit | fc399f2ef81ead1aae301c5b8a4fe5b8d1f69d68 (patch) | |
| tree | 4dab028234147d6164ab501160d79d571364e0f1 | |
| parent | fbb1396f1b9554183507830b75fdc264b37ca6f4 (diff) | |
| download | vcpkg-fc399f2ef81ead1aae301c5b8a4fe5b8d1f69d68.tar.gz vcpkg-fc399f2ef81ead1aae301c5b8a4fe5b8d1f69d68.zip | |
Update http-parser version to 2.8.1. (#3887)
| -rw-r--r-- | ports/http-parser/CONTROL | 4 | ||||
| -rw-r--r-- | ports/http-parser/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/http-parser/CONTROL b/ports/http-parser/CONTROL index 26b9f8d34..76b43da14 100644 --- a/ports/http-parser/CONTROL +++ b/ports/http-parser/CONTROL @@ -1,3 +1,3 @@ Source: http-parser -Version: 2.7.1-3 -Description: HTTP Parser. +Version: 2.8.1 +Description: HTTP Parser.
\ No newline at end of file diff --git a/ports/http-parser/portfile.cmake b/ports/http-parser/portfile.cmake index 49f829a53..17a410135 100644 --- a/ports/http-parser/portfile.cmake +++ b/ports/http-parser/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nodejs/http-parser - REF v2.7.1 - SHA512 c0fe86455db1a563a5c668f118dfa9a27b9a637ee1c0e2f2f18a5b816352436ed90435ea978e3f3d85b037d3c630234e47d609dc3b7086b898286c4e54d9f031 + REF v2.8.1 + SHA512 6f52f543d979f39688ccefae236527a8183929b3d30f5370570107b01cf89d0338b448249a81102b78d31615d2e8f6e7c708f8961f55ece08e7d3a40e5ad0883 HEAD_REF master ) |
