Update http-parser to 2.9.0 (#5609)

This commit is contained in:
WebFolder OÜ 2019-03-09 20:13:27 +03:00 committed by Victor Romero
parent 06bdb67b66
commit 650ffbd1c8
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: http-parser
Version: 2.8.1
Version: 2.9.0
Description: HTTP Parser.

View File

@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/http-parser
REF v2.8.1
SHA512 6f52f543d979f39688ccefae236527a8183929b3d30f5370570107b01cf89d0338b448249a81102b78d31615d2e8f6e7c708f8961f55ece08e7d3a40e5ad0883
REF v2.9.0
SHA512 40acecbf71b9f0b4ae857c74c3ec0784d7f341a0cb83cf82b308387d0c5b56d38b282241aaf8ca93816970f2a9e67989f3d9d456459f3986c29fe51ab520155e
HEAD_REF master
)