diff --git a/llhttp.yaml b/llhttp.yaml index a8f3b94b018..7e2a05f6ab5 100644 --- a/llhttp.yaml +++ b/llhttp.yaml @@ -1,7 +1,7 @@ package: name: llhttp - version: 9.1.3 - epoch: 1 + version: 9.2.0 + epoch: 0 description: "HTTP parser written against llparse" copyright: - license: MIT @@ -20,7 +20,7 @@ pipeline: - uses: fetch with: uri: https://github.com/nodejs/llhttp/archive/v${{package.version}}/llhttp-${{package.version}}.tar.gz - expected-sha512: 037d873eda6b27cb7ef4cbb805ec1172a76dc3ba19f8ca868029ecc2a88129f8c8de3803ce91f6a6c7a995f56ab8267f1001c93009272c34a2350160446153fa + expected-sha512: b735ff74bc2579ffcf841085c78868a5185392360c658cbd5135c726506f9d106d97ac739939d555960b6026c4b6d86604a976d9da7ff500089a3a091a1c2515 - runs: | npm ci