summaryrefslogtreecommitdiff
path: root/user/http-parser
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 19:26:26 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 19:26:26 +0000
commit5e316f6c8eb670bac0eb738c4f5a98e77241332a (patch)
treec547ff8f90ed2f2cd3b05c20167a06400c1b24fd /user/http-parser
parentcd19523e74f295530c3b71cc63875be405ecd440 (diff)
downloadpackages-5e316f6c8eb670bac0eb738c4f5a98e77241332a.tar.gz
packages-5e316f6c8eb670bac0eb738c4f5a98e77241332a.tar.bz2
packages-5e316f6c8eb670bac0eb738c4f5a98e77241332a.tar.xz
packages-5e316f6c8eb670bac0eb738c4f5a98e77241332a.zip
user/http-parser: bump to 2.9.2
Diffstat (limited to 'user/http-parser')
-rw-r--r--user/http-parser/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/http-parser/APKBUILD b/user/http-parser/APKBUILD
index fd3fb7da4..8dace78cd 100644
--- a/user/http-parser/APKBUILD
+++ b/user/http-parser/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=http-parser
-pkgver=2.9.1
+pkgver=2.9.2
pkgrel=0
pkgdesc="Library for parsing HTTP messages in C"
url=" "
@@ -14,18 +14,15 @@ subpackages="$pkgname-dev"
source="http-parser-$pkgver.tar.gz::https://github.com/nodejs/http-parser/archive/v$pkgver.tar.gz"
build() {
- cd "$builddir"
make
}
check() {
- cd "$builddir"
true # tested as part of build.
}
package() {
- cd "$builddir"
make PREFIX=/usr DESTDIR="$pkgdir" install
}
-sha512sums="110a1861666cdd45857c3ab0e9bf8a3eb9d98f86fe001f7c620009e13186377de805d295f7751921cd5c9d4c2781807b3ae00f939af04d7365a3a45aa20b5052 http-parser-2.9.1.tar.gz"
+sha512sums="fe21ba46c9297b55a6382497b689da2af88999a9a5716ffef0731057ce1bb053056e4f20147284c78338e48ed1a793a0270fe0edfe3f4b589926e3ede603d023 http-parser-2.9.2.tar.gz"