diff options
author | Michał Polański <michal@polanski.me> | 2022-08-06 01:50:29 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2022-08-06 01:50:29 +0200 |
commit | 915b2dcc729afd1ab78a17374256015d3d9ef2a7 (patch) | |
tree | bf261d1a36b5550c05391a337fad0a794af8f419 | |
parent | 3a2f9678395057e20971948cce39e0540249b3ea (diff) | |
download | aports-915b2dcc729afd1ab78a17374256015d3d9ef2a7.tar.gz aports-915b2dcc729afd1ab78a17374256015d3d9ef2a7.tar.bz2 aports-915b2dcc729afd1ab78a17374256015d3d9ef2a7.tar.xz |
testing/llhttp: upgrade to 6.0.9
-rw-r--r-- | testing/llhttp/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/llhttp/APKBUILD b/testing/llhttp/APKBUILD index e371f13f7b..f52100a993 100644 --- a/testing/llhttp/APKBUILD +++ b/testing/llhttp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michał Polański <michal@polanski.me> # Maintainer: Michał Polański <michal@polanski.me> pkgname=llhttp -pkgver=6.0.7 +pkgver=6.0.9 pkgrel=0 pkgdesc="Port of http_parser to llparse" url="https://llhttp.org/" @@ -13,6 +13,8 @@ source="https://github.com/nodejs/llhttp/archive/v$pkgver/llhttp-$pkgver.tar.gz" prepare() { default_prepare + + sed -i "s/_TAG_/$pkgver/" CMakeLists.txt npm ci } @@ -35,5 +37,5 @@ package() { } sha512sums=" -ac6f3f0f68d61f3513bd3bc960c13641f02cc28f5a35fce5db4040a63a07835bcc82fb705680dc94e516662ff68699dd7aac6be4ed9bf321d91ba8b8cf720d5b llhttp-6.0.7.tar.gz +e3c090d6479a76d05698954bb7dee5f20139d67d52a355bd1948219b7646937c5c05d4739c5001803647523a56e4a4fbe4b15498b159a7b15a21a8edbd76916a llhttp-6.0.9.tar.gz " |