Skip to content

Commit

Permalink
[llhttp] update to 9.1.3 (#34915)
Browse files Browse the repository at this point in the history
* [llhttp] update to 9.1.3

* [llhttp] update to 9.1.3
  • Loading branch information
jiayuehua authored Nov 5, 2023
1 parent 9739a88 commit d8079ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/llhttp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/llhttp
REF refs/tags/release/v${VERSION}
SHA512 d3e2c45f631e8bbc5b4b72f931a1af3e7b4f9d2851856a3c797577a3c261c7da15606efe41ff6b4f26713274f44eb3086019711461cb6bbe04e561b20af40a6f
SHA512 971ec2cb403942bc43e4b67a6dd392bca10d4233a25f453550d9f2bfbcb9572df309bde77af030e94e2af840aec1d96de164df0cbb1183bb2f5623e8fcf3162c
PATCHES
fix-usage.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/llhttp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llhttp",
"version": "9.1.2",
"version": "9.1.3",
"description": "Port of http_parser to llparse.",
"homepage": "https://github.com/nodejs/llhttp",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5181,7 +5181,7 @@
"port-version": 0
},
"llhttp": {
"baseline": "9.1.2",
"baseline": "9.1.3",
"port-version": 0
},
"llvm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/llhttp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3422384dc0ec7e58827c138826bb666efe850eaa",
"version": "9.1.3",
"port-version": 0
},
{
"git-tree": "3a46d3c8233039a700b07997705cc2a49d832e15",
"version": "9.1.2",
Expand Down

0 comments on commit d8079ec

Please sign in to comment.