diff options
author | Christian Kampka <christian@kampka.net> | 2015-12-24 11:52:07 +0100 |
---|---|---|
committer | Christian Kampka <christian@kampka.net> | 2015-12-24 11:52:07 +0100 |
commit | a3485e09fc6c2937b8cfc8812f49b0cc156f8caf (patch) | |
tree | 2159e7da1be0598d94002a34a6c2ce3dd2b9d2a3 /testing/nghttp2 | |
parent | 2aae28d0f92ab5e4477edac4fc89a445a3e93570 (diff) | |
download | aports-a3485e09fc6c2937b8cfc8812f49b0cc156f8caf.tar.bz2 aports-a3485e09fc6c2937b8cfc8812f49b0cc156f8caf.tar.xz |
testing/nghttp2: new upstream version 1.6.0
Diffstat (limited to 'testing/nghttp2')
-rw-r--r-- | testing/nghttp2/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/nghttp2/APKBUILD b/testing/nghttp2/APKBUILD index a743e45e9d..3080027db7 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -48,6 +48,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="eac2f94ca8f233a861c6a7f73c61a29d nghttp2-1.5.0.tar.xz" -sha256sums="52e345d46d6f990dc19be8a35403a5230345182d26d04cb82abbea4a168f5987 nghttp2-1.5.0.tar.xz" -sha512sums="8a8e9f53468edfb914a48eeadd6918042eb7e61e667a807f3fa9be751bfd90ba1351ce2fdad1dac482ab01df1df9c0d4f0fe6074c83b929fec72c944c2746d08 nghttp2-1.5.0.tar.xz" +md5sums="b5b45ade2c9552a571278815d362a0f3 nghttp2-1.6.0.tar.xz" +sha256sums="cc569501d243c934ea980a1f68fadb8ccc4f133ae8a5b15dcd29f0de76f9bac3 nghttp2-1.6.0.tar.xz" +sha512sums="d0438e71c26063072e9fcae21ccbca760b122ba9f2a61440c2688d4e42a0d8309e28d12545951b6ec98399304e9a62887b129e17c1ea39eee5d6db669c5ae486 nghttp2-1.6.0.tar.xz" |