diff --git a/srcpkgs/llhttp/template b/srcpkgs/llhttp/template index ab9fb68deae..545b95b7ed2 100644 --- a/srcpkgs/llhttp/template +++ b/srcpkgs/llhttp/template @@ -1,6 +1,6 @@ # Template file for 'llhttp' pkgname=llhttp -version=1.1.1 +version=1.1.4 revision=1 wrksrc="llhttp-release-v${version}" build_style=gnu-makefile @@ -11,7 +11,7 @@ homepage="https://llhttp.org/" # _always_ use releases. Those have the C code generated, otherwise # we'd have a dep loop nodejs<->llhttp distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz" -checksum=579a81e1e56088470a121e308127f205e22b8988b944b5f36b2a11c1724590d4 +checksum=eeb07e60a8f4113b110dd758756da3db69e4e2575b0407afb0a7755aef504dbb post_extract() { # No need to pull in gyp for such a simple Makefile...