aboutsummaryrefslogtreecommitdiffstats
path: root/main/http-parser
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-07 08:17:51 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-07 08:28:42 +0100
commitb669175c0a20618f90e6210d6054750783d5897e (patch)
tree572c2746174a1709b690eae65212be61d9a016cc /main/http-parser
parente050ba53225de92062e620f5cde2a1f904829104 (diff)
downloadaports-b669175c0a20618f90e6210d6054750783d5897e.tar.bz2
aports-b669175c0a20618f90e6210d6054750783d5897e.tar.xz
main/http-parser: upgrade to 2.9.3
Diffstat (limited to 'main/http-parser')
-rw-r--r--main/http-parser/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/main/http-parser/APKBUILD b/main/http-parser/APKBUILD
index c54d85c308..5ae4222061 100644
--- a/main/http-parser/APKBUILD
+++ b/main/http-parser/APKBUILD
@@ -1,33 +1,27 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=http-parser
-pkgver=2.9.2
+pkgver=2.9.3
pkgrel=0
pkgdesc="HTTP request/response parser for C"
url="https://github.com/nodejs/http-parser"
arch="all"
license="MIT"
-depends=""
-makedepends=""
subpackages="$pkgname-dev"
# Note: All the patches are copied from Gentoo ebuild.
# upstream: https://github.com/nodejs/http-parser/pull/272
-source="$pkgname-$pkgver.tar.gz::https://github.com/nodejs/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="$pkgname-$pkgver.tar.gz::https://github.com/nodejs/http-parser/archive/v$pkgver.tar.gz"
build() {
- cd "$builddir"
make library
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make install DESTDIR="$pkgdir" PREFIX="/usr"
}
-sha512sums="fe21ba46c9297b55a6382497b689da2af88999a9a5716ffef0731057ce1bb053056e4f20147284c78338e48ed1a793a0270fe0edfe3f4b589926e3ede603d023 http-parser-2.9.2.tar.gz"
+sha512sums="d200c52f594192ba80a8d5b59d414404843f8601dac647f29c27845db75ac1f015789031e30e91aaab5b553af1ee6af50b90f9342a444c10c1027e10fdb9a31b http-parser-2.9.3.tar.gz"