aboutsummaryrefslogtreecommitdiffstats
path: root/main/nghttp2
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-11-28 08:09:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-11-28 08:09:30 +0000
commit8232770f359f6959bbaa338268f23592249279bf (patch)
treefdd51a6f20944086cebe7f97c65d1c97be6a9fb3 /main/nghttp2
parent8847386e7cf026f42970775a227fc66cd4c9507e (diff)
downloadaports-8232770f359f6959bbaa338268f23592249279bf.tar.bz2
aports-8232770f359f6959bbaa338268f23592249279bf.tar.xz
main/nghttp2: upgraded to 1.17.0, diabled not-working python bindings
Diffstat (limited to 'main/nghttp2')
-rw-r--r--main/nghttp2/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD
index ea09f3b606..3920047d5d 100644
--- a/main/nghttp2/APKBUILD
+++ b/main/nghttp2/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=nghttp2
-pkgver=1.16.1
+pkgver=1.17.0
pkgrel=0
pkgdesc="Experimental HTTP/2 client, server and proxy"
url="https://nghttp2.org/"
arch="all"
license="MIT"
depends=""
-makedepends="python2-dev libev-dev libressl-dev zlib-dev"
+makedepends="libev-dev libressl-dev zlib-dev jemalloc-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz"
@@ -27,6 +27,7 @@ build() {
--disable-static \
--without-libxml2 \
--without-spdylay \
+ --disable-python-bindings \
|| return 1
make || return 1
}
@@ -36,6 +37,6 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="bde0dca3fd5da7bc5c7c8470ed0674b5 nghttp2-1.16.1.tar.xz"
-sha256sums="226241d4869aec0c755c1650f72839a34ea31ecf31ba75586efa6c2b45a9e2d0 nghttp2-1.16.1.tar.xz"
-sha512sums="8b584a68a03529bb7d0b635901c74a94a3e3b7d050616d80648e1b13c36dcd2bd82500835db4badb023dee966973dad041792b697f4f5f20094615c8e9732209 nghttp2-1.16.1.tar.xz"
+md5sums="6c8a757d0f3feacf7a6c3b1d6d3756ce nghttp2-1.17.0.tar.xz"
+sha256sums="6bb446e6977f1daac96b94cd983bab15172728342f7e2b9b0f855e1532dd2ed2 nghttp2-1.17.0.tar.xz"
+sha512sums="3661956e13340f18d7ad7d8cd3694c4e99c9f0c5873cffe429aacdf9eec52a40da13ed00d90a10f3b1c851b9418976f707ef2a4b0e0d96d2c3e018e05d6986da nghttp2-1.17.0.tar.xz"