llhttp: update to 2.2.1.

This commit is contained in:
John 2021-03-21 19:10:43 +01:00
parent b7da1ec672
commit c9671a1e44

View file

@ -4,7 +4,7 @@
# or at least a revbump in the same pull request since they work in-sync.
pkgname=llhttp
version=2.1.3
version=2.2.1
revision=1
wrksrc="llhttp-release-v${version}"
build_style=gnu-makefile
@ -15,7 +15,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=5d0d0a96a97f74678dc03077488103ae72b04d142524525514ce774288849703
checksum=3e3de5bd2bef95fa431952e5e6766eab1c64f881c9f8474fe159a00431354469
post_extract() {
# No need to pull in gyp for such a simple Makefile...