llhttp: update to 1.1.4.

This commit is contained in:
Juan RP 2019-06-27 13:09:57 +02:00
parent ebe0b1be22
commit 1b52408a00
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,6 +1,6 @@
# Template file for 'llhttp' # Template file for 'llhttp'
pkgname=llhttp pkgname=llhttp
version=1.1.1 version=1.1.4
revision=1 revision=1
wrksrc="llhttp-release-v${version}" wrksrc="llhttp-release-v${version}"
build_style=gnu-makefile build_style=gnu-makefile
@ -11,7 +11,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=579a81e1e56088470a121e308127f205e22b8988b944b5f36b2a11c1724590d4 checksum=eeb07e60a8f4113b110dd758756da3db69e4e2575b0407afb0a7755aef504dbb
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...