diff options
Diffstat (limited to 'system/nghttp2/APKBUILD')
-rw-r--r-- | system/nghttp2/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/nghttp2/APKBUILD b/system/nghttp2/APKBUILD index 830a4231f..bb3f4073e 100644 --- a/system/nghttp2/APKBUILD +++ b/system/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Síle Ekaterin Liszka <sheila@adelielinux.org> pkgname=nghttp2 -pkgver=1.47.0 +pkgver=1.52.0 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -29,7 +29,6 @@ build() { --disable-static \ --without-neverbleed \ --without-jemalloc \ - --disable-python-bindings \ --enable-lib-only make } @@ -42,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48 nghttp2-1.47.0.tar.xz" +sha512sums="3af1ce13270f7afc8652bd3de71200d9632204617fe04d2be7156d60eeb1a5cc415573677791a399ae03577e8e3256939b1b05d27dbd98dee504d09ec5325d56 nghttp2-1.52.0.tar.xz" |