llhttp: update to 2.1.3.
This commit is contained in:
parent
4fb8678550
commit
9b16f5cb25
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
# or at least a revbump in the same pull request since they work in-sync.
|
# or at least a revbump in the same pull request since they work in-sync.
|
||||||
|
|
||||||
pkgname=llhttp
|
pkgname=llhttp
|
||||||
version=2.0.5
|
version=2.1.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="llhttp-release-v${version}"
|
wrksrc="llhttp-release-v${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Port of http_parser to llparse"
|
short_desc="Port of http_parser to llparse"
|
||||||
|
@ -15,7 +15,7 @@ homepage="https://llhttp.org/"
|
||||||
# _always_ use releases. Those have the C code generated, otherwise
|
# _always_ use releases. Those have the C code generated, otherwise
|
||||||
# we'd have a dep loop nodejs<->llhttp
|
# we'd have a dep loop nodejs<->llhttp
|
||||||
distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz"
|
distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz"
|
||||||
checksum=48f882f0b6cecc48aec8f81072ee4d80fe9a4b5e1bce009e3cf8aecbe5892c1a
|
checksum=5d0d0a96a97f74678dc03077488103ae72b04d142524525514ce774288849703
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# No need to pull in gyp for such a simple Makefile...
|
# No need to pull in gyp for such a simple Makefile...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue