diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-01-29 23:07:58 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-01-29 23:31:19 +0100 |
commit | f6cc699ed3d13a07bb3360a6dd12cf5ff8cdf6c2 (patch) | |
tree | 07a87f88f2b5c7511e7deddb6d41cc0fb6815fa6 /testing/nghttp2 | |
parent | 4d97538e77453297fb29c2978fb29ceffa73c5a3 (diff) | |
download | aports-f6cc699ed3d13a07bb3360a6dd12cf5ff8cdf6c2.tar.bz2 aports-f6cc699ed3d13a07bb3360a6dd12cf5ff8cdf6c2.tar.xz |
testing/nghttp2: upgrade to 1.7.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 3080027db7..e28c3cd4ed 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.6.0 +pkgver=1.7.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="b5b45ade2c9552a571278815d362a0f3 nghttp2-1.6.0.tar.xz" -sha256sums="cc569501d243c934ea980a1f68fadb8ccc4f133ae8a5b15dcd29f0de76f9bac3 nghttp2-1.6.0.tar.xz" -sha512sums="d0438e71c26063072e9fcae21ccbca760b122ba9f2a61440c2688d4e42a0d8309e28d12545951b6ec98399304e9a62887b129e17c1ea39eee5d6db669c5ae486 nghttp2-1.6.0.tar.xz" +md5sums="fd51e2cfce29bbe51aa3ed79b7ee1e8b nghttp2-1.7.0.tar.xz" +sha256sums="0de13c21507b01e80531bbe69617ce2b8a33305a74f22ec3b5b0d111a5daeeb5 nghttp2-1.7.0.tar.xz" +sha512sums="aff796e375a520cfc1752b73e73925772369aa31aaaaa2b99d9bcb975d04968dafa8b804a5aef27bb242826bc3015357f2aa943796e9c7ac763c3f566762723a nghttp2-1.7.0.tar.xz" |