diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-27 20:30:55 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-27 20:30:55 +0000 |
commit | 20ed702c35ad049d359ddb5a0407269c619ae884 (patch) | |
tree | 8992ff130c1895176bf25da3ba1a1ce1fed20389 /user/nghttp2 | |
parent | 8179d35ff1daa7f0e079a13cba05b041515d489d (diff) | |
parent | 2cb0d9b4f32974ef48f8098d1ff692e813a62f15 (diff) | |
download | packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.gz packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.bz2 packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.xz packages-20ed702c35ad049d359ddb5a0407269c619ae884.zip |
Merge branch 'bump.aerdan.20190127' into 'master'
Bump a bunch of software, holy crap
See merge request !155
Diffstat (limited to 'user/nghttp2')
-rw-r--r-- | user/nghttp2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/nghttp2/APKBUILD b/user/nghttp2/APKBUILD index 41c43ab9b..da23381f8 100644 --- a/user/nghttp2/APKBUILD +++ b/user/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.35.1 +pkgver=1.36.0 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="fcd3f79f913afbeee1c75003bb39df918e6122bbf728b3ad4192d5849d8fb96705e04f5505465d63f25a565b2f1da6abd8fabdebb6e3347500f7abd31980861d nghttp2-1.35.1.tar.xz" +sha512sums="4e0d5c5cdb4f1b7e5f12790850237f36649af4aa9596033392725972e4e0e5a33bb78bd1aa0735e35e489b523b7e9a236a7b5847dfca69bd7583fcab36c13c76 nghttp2-1.36.0.tar.xz" |