aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWebFolder OÜ <support@webfolder.io>2019-03-09 20:13:27 +0300
committerVictor Romero <romerosanchezv@gmail.com>2019-03-09 09:13:27 -0800
commit650ffbd1c8c50acf2f45db43f927ce00a57f2644 (patch)
tree7312adde7c9fa7aefd98b2c18575f8112fa0d4ee
parent06bdb67b664e23d0f582684e89914bcc1e46402b (diff)
downloadvcpkg-650ffbd1c8c50acf2f45db43f927ce00a57f2644.tar.gz
vcpkg-650ffbd1c8c50acf2f45db43f927ce00a57f2644.zip
Update http-parser to 2.9.0 (#5609)
-rw-r--r--ports/http-parser/CONTROL2
-rw-r--r--ports/http-parser/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/http-parser/CONTROL b/ports/http-parser/CONTROL
index 76b43da14..c50a53849 100644
--- a/ports/http-parser/CONTROL
+++ b/ports/http-parser/CONTROL
@@ -1,3 +1,3 @@
Source: http-parser
-Version: 2.8.1
+Version: 2.9.0
Description: HTTP Parser. \ No newline at end of file
diff --git a/ports/http-parser/portfile.cmake b/ports/http-parser/portfile.cmake
index 17a410135..5e9929789 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.8.1
- SHA512 6f52f543d979f39688ccefae236527a8183929b3d30f5370570107b01cf89d0338b448249a81102b78d31615d2e8f6e7c708f8961f55ece08e7d3a40e5ad0883
+ REF v2.9.0
+ SHA512 40acecbf71b9f0b4ae857c74c3ec0784d7f341a0cb83cf82b308387d0c5b56d38b282241aaf8ca93816970f2a9e67989f3d9d456459f3986c29fe51ab520155e
HEAD_REF master
)