diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-21 10:57:03 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-21 10:57:03 +0000 |
commit | 54553db5c717eb9532e607e9b626b4c4c714ebfe (patch) | |
tree | 74363bcd50d4db720a18968cfaa91725b2d78c8a | |
parent | c037bee604d6bfccd079a624983631d0febc6da2 (diff) | |
download | aports-54553db5c717eb9532e607e9b626b4c4c714ebfe.tar.bz2 aports-54553db5c717eb9532e607e9b626b4c4c714ebfe.tar.xz |
testing/nghttp2: upgrade to 1.9.2
-rw-r--r-- | testing/nghttp2/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/nghttp2/APKBUILD b/testing/nghttp2/APKBUILD index a7df196789..a2b8a41bf6 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=nghttp2 -pkgver=1.9.1 +pkgver=1.9.2 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -12,9 +12,9 @@ depends_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" +source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz" -_builddir="$srcdir"/nghttp2-$pkgver +_builddir="$srcdir"/$pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -48,6 +48,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="731d43eecec51d522005d14b5427004f nghttp2-1.9.1.tar.xz" -sha256sums="b8f8a0a1abac50da1eeb9238d0dadcda9725a7fe95eb0b4f7a482beabaf2b5fb nghttp2-1.9.1.tar.xz" -sha512sums="937d181e62b33eaf96c9476f19d1ad1f5b0eb2f2779272f7e46d425d05903e60282abdac7d16e27cf895010a5040a2a51fc86dde1302e60d25435928d9b56df1 nghttp2-1.9.1.tar.xz" +md5sums="3aa9a37aa2891aadf1b3589b0f537136 nghttp2-1.9.2.tar.xz" +sha256sums="3d600ef8bfd151769559bc23806877b8b4eaf3d66776e6c1427b9c04cce8e853 nghttp2-1.9.2.tar.xz" +sha512sums="040bb81fa4ca1919432f57a43e81b359cbbc499879fd5b0fb9d8f69e78b7efe0865d1366883f7937e7300da958a912ef6d69363f5e6fcc7594f5302471b113db nghttp2-1.9.2.tar.xz" |