Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaolo Insogna <paolo@cowtech.it>2022-10-12 01:30:01 +0300
committerPaolo Insogna <paolo@cowtech.it>2022-10-12 16:36:23 +0300
commitfd36a8dadba7fcbd74f0ab82a8ee1b3150ce5167 (patch)
tree3c90addbfe72fbdd10dfd62fa5b844ce356d7e09 /tools
parent7c06eab1dce3b8f05546b9dc13d3969a12d0ba2e (diff)
deps: update llhttp to 8.1.0
PR-URL: https://github.com/nodejs/node/pull/44967 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-llhttp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-llhttp.sh b/tools/update-llhttp.sh
index 12e2f465d7d..a95eef1237d 100755
--- a/tools/update-llhttp.sh
+++ b/tools/update-llhttp.sh
@@ -59,5 +59,5 @@ echo ""
echo "Please git add llhttp, commit the new version:"
echo ""
echo "$ git add -A deps/llhttp"
-echo "$ git commit -m \"deps: update nghttp2 to $LLHTTP_VERSION\""
+echo "$ git commit -m \"deps: update llhttp to $LLHTTP_VERSION\""
echo ""