diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-01-19 18:14:38 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-05 16:02:44 +0000 |
commit | 59f9e1d8ec6cbe91e84e6b62facc189d4393270a (patch) | |
tree | d84a94d7162e723402e7d4e9ffc28a1a91626e66 | |
parent | 476df298646a259cb1441d8de9e967d76984fe3a (diff) | |
download | aports-59f9e1d8ec6cbe91e84e6b62facc189d4393270a.tar.bz2 aports-59f9e1d8ec6cbe91e84e6b62facc189d4393270a.tar.xz |
main/nghttp2: upgrade to 1.36.0
-rw-r--r-- | main/nghttp2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD index 8073e7306e..3e28fe3437 100644 --- a/main/nghttp2/APKBUILD +++ b/main/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=nghttp2 -pkgver=1.35.1 +pkgver=1.36.0 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org" @@ -51,5 +51,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d nghttp2-1.35.1.tar.xz +sha512sums="4e0d5c5cdb4f1b7e5f12790850237f36649af4aa9596033392725972e4e0e5a33bb78bd1aa0735e35e489b523b7e9a236a7b5847dfca69bd7583fcab36c13c76 nghttp2-1.36.0.tar.xz d3f6a66ad6522babb5ad2b3721d52c1c2af88e57ed2895cf87037da1032ca42dcb95dacc23ea277b9507b4116cec117b5c9a3313759dc56b48199b687b74dd9a remove-mruby-tests.patch" |