diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-16 14:45:12 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-16 14:45:12 +0000 |
commit | 86ff378991ac50ef0c122f46cca65af6b3ab9909 (patch) | |
tree | 2217e2d129c5c807a36a4d566a980f853e46a17f /user | |
parent | 822d06a32c41faa9c7667ce06bd5a68047c4697e (diff) | |
download | packages-86ff378991ac50ef0c122f46cca65af6b3ab9909.tar.gz packages-86ff378991ac50ef0c122f46cca65af6b3ab9909.tar.bz2 packages-86ff378991ac50ef0c122f46cca65af6b3ab9909.tar.xz packages-86ff378991ac50ef0c122f46cca65af6b3ab9909.zip |
user/nghttp2: sec bump to 1.39.2
Diffstat (limited to 'user')
-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 d22758490..001403fd6 100644 --- a/user/nghttp2/APKBUILD +++ b/user/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.39.1 +pkgver=1.39.2 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="36558ed03c59086086abbf144ec7c54c60de3fea00a9ea594feea7186a779781cbb66a08c9b34265892dea382b42b875f551e85331cfa0086e357f9b27b919fa nghttp2-1.39.1.tar.xz" +sha512sums="d8c971543e3e87736dfafebca55e9ecd0644e304c9731edaccba34170205824476595861a439077289b438ad489dd6008dedf2c6b2c111920300329be1b1bf34 nghttp2-1.39.2.tar.xz" |