diff options
-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 3080027db..e28c3cd4e 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" |