diff options
Diffstat (limited to 'testing/nghttp2/APKBUILD')
-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 ea84dd5fe7..51464410b6 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.1 +pkgver=1.8.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="0c25a963e4d1023da7f3b1a325d57737 nghttp2-1.7.1.tar.xz" -sha256sums="f1286fdd73d45dce8aac0f45a5923c9b28037c81863a149cc236e70dd741a616 nghttp2-1.7.1.tar.xz" -sha512sums="9d66405c588ec41d3bac05e016f870269a92eb37e212e38facbed8e1956b0922e251b6156ee811bb665e696d56b373fa03bfa1837516c69a0d88e51e1805fc1c nghttp2-1.7.1.tar.xz" +md5sums="d1d369450511479c388494dbcb2ba5c7 nghttp2-1.8.0.tar.xz" +sha256sums="61a545299171893a918d5b3c3cedc6540e73bdaa25dd1fb588eb291819743aec nghttp2-1.8.0.tar.xz" +sha512sums="ec440e7b2dfdd490dbdeea2d53711488a9230ec30a572eb6dbabeb101b25b2c22d598c848199342dc61c8e4a748aad9e37cf31af773351a640906e6aeac56ee6 nghttp2-1.8.0.tar.xz" |