llhttp: update to 1.1.1

This commit is contained in:
Nathan Owens 2019-01-28 19:13:13 -06:00 committed by maxice8
parent e7c0c27725
commit 705722164d

View file

@ -1,6 +1,6 @@
# Template file for 'llhttp' # Template file for 'llhttp'
pkgname=llhttp pkgname=llhttp
version=1.1.0 version=1.1.1
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=71a206f6a0fb718e43159c319f861d00aef8c522d73cb6ac049f24d6d984a902 checksum=579a81e1e56088470a121e308127f205e22b8988b944b5f36b2a11c1724590d4
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...