diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-15 21:39:43 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-15 21:52:24 +0100 |
commit | c427e058f84430a5861e0d9c7f49fb06c547277a (patch) | |
tree | c5b10059557c14a677668af46b9630369465845b /testing/nghttp2 | |
parent | 0d94e55d9094fce7c1cc1abaa7f6f29e6031f4d2 (diff) | |
download | aports-c427e058f84430a5861e0d9c7f49fb06c547277a.tar.bz2 aports-c427e058f84430a5861e0d9c7f49fb06c547277a.tar.xz |
testing/nghttp2: upgrade to 1.7.1
Diffstat (limited to 'testing/nghttp2')
-rw-r--r-- | testing/nghttp2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/nghttp2/APKBUILD b/testing/nghttp2/APKBUILD index e28c3cd4ed..ea84dd5fe7 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.7.0 +pkgver=1.7.1 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -9,7 +9,7 @@ arch="all" license="MIT" depends="" depends_dev="" -makedepends="$depends_dev libev-dev openssl-dev zlib-dev" +makedepends="$depends_dev python-dev libev-dev openssl-dev zlib-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="https://github.com/tatsuhiro-t/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz" @@ -48,6 +48,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="fd51e2cfce29bbe51aa3ed79b7ee1e8b nghttp2-1.7.0.tar.xz" -sha256sums="0de13c21507b01e80531bbe69617ce2b8a33305a74f22ec3b5b0d111a5daeeb5 nghttp2-1.7.0.tar.xz" -sha512sums="aff796e375a520cfc1752b73e73925772369aa31aaaaa2b99d9bcb975d04968dafa8b804a5aef27bb242826bc3015357f2aa943796e9c7ac763c3f566762723a nghttp2-1.7.0.tar.xz" +md5sums="0c25a963e4d1023da7f3b1a325d57737 nghttp2-1.7.1.tar.xz" +sha256sums="f1286fdd73d45dce8aac0f45a5923c9b28037c81863a149cc236e70dd741a616 nghttp2-1.7.1.tar.xz" +sha512sums="9d66405c588ec41d3bac05e016f870269a92eb37e212e38facbed8e1956b0922e251b6156ee811bb665e696d56b373fa03bfa1837516c69a0d88e51e1805fc1c nghttp2-1.7.1.tar.xz" |