aboutsummaryrefslogtreecommitdiff
path: root/ports/http-parser
diff options
context:
space:
mode:
Diffstat (limited to 'ports/http-parser')
-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 444f74535..8e7329bad 100644
--- a/ports/http-parser/CONTROL
+++ b/ports/http-parser/CONTROL
@@ -1,4 +1,4 @@
Source: http-parser
-Version: 2.9.3
+Version: 2.9.4
Homepage: https://github.com/nodejs/http-parser
Description: HTTP Parser.
diff --git a/ports/http-parser/portfile.cmake b/ports/http-parser/portfile.cmake
index f8609e09b..d6ae1cdc0 100644
--- a/ports/http-parser/portfile.cmake
+++ b/ports/http-parser/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/http-parser
- REF a0c034c0c7698c08f8dc8c8d0257305f6280c27b # v2.9.3
- SHA512 c1927c41bdf9985fcc39c0b23715933746219ba79f06e9f7020542d7526cbfff81f005dbd46f7b3c011740094cbf6e7a6119320ddc1818babf9eb9619d1dbb2c
+ REF 2343fd6b5214b2ded2cdcf76de2bf60903bb90cd # v2.9.4
+ SHA512 9fb95794d2c278c933e9bff0284befd1a8c8cf8ddda8e9929669f3134246d7fe81b54293359164d947f9278e2dd28b87d29a8ad8f523ed659d62713d782c7e46
HEAD_REF master
)