aboutsummaryrefslogtreecommitdiffstats
path: root/main/http-parser
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-04-13 22:44:27 +0200
committerJakub Jirutka <jakub@jirutka.cz>2020-04-13 22:50:11 +0200
commitaf7a724baf06aa0659a93a19d6e674822684ed32 (patch)
tree49017282d31cfe34a13fce47630bf41bf494dfb9 /main/http-parser
parent9b7db63898063202222d8a740fa43de99efbff69 (diff)
downloadaports-af7a724baf06aa0659a93a19d6e674822684ed32.tar.bz2
aports-af7a724baf06aa0659a93a19d6e674822684ed32.tar.xz
main/http-parser: upgrade to 2.9.4
Diffstat (limited to 'main/http-parser')
-rw-r--r--main/http-parser/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/http-parser/APKBUILD b/main/http-parser/APKBUILD
index 5ae4222061..5540cd9480 100644
--- a/main/http-parser/APKBUILD
+++ b/main/http-parser/APKBUILD
@@ -1,16 +1,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=http-parser
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=0
pkgdesc="HTTP request/response parser for C"
url="https://github.com/nodejs/http-parser"
arch="all"
license="MIT"
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/http-parser/archive/v$pkgver.tar.gz"
+source="https://github.com/nodejs/http-parser/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
build() {
make library
@@ -24,4 +22,4 @@ package() {
make install DESTDIR="$pkgdir" PREFIX="/usr"
}
-sha512sums="d200c52f594192ba80a8d5b59d414404843f8601dac647f29c27845db75ac1f015789031e30e91aaab5b553af1ee6af50b90f9342a444c10c1027e10fdb9a31b http-parser-2.9.3.tar.gz"
+sha512sums="b45df7b94d1c51079d44687d0a7f901f44faae51df4e84c7e3fe38f130c2d809d0e7c2a146c57b3723e60732aededc246bf44eadb10a95b710963d641f9fe7cd http-parser-2.9.4.tar.gz"