diff options
author | tsing <tsing@jianqing.org> | 2015-09-17 11:56:40 +0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-17 14:20:03 +0200 |
commit | d954f6c6d81273a67f309dd3747e4bff7856b9e2 (patch) | |
tree | e16374faaf056b7808c586d1b97e109ab1bd0dbb /testing | |
parent | 95eb2ef1b3772b8be6a816b94ef67fe6f7bc162b (diff) | |
download | aports-d954f6c6d81273a67f309dd3747e4bff7856b9e2.tar.bz2 aports-d954f6c6d81273a67f309dd3747e4bff7856b9e2.tar.xz |
testing/nghttp2: upgrade to 1.3.2
Diffstat (limited to 'testing')
-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 58b5ce11b8..a3c422eb35 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=nghttp2 -pkgver=1.3.0 +pkgver=1.3.2 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="24df3ea1d68f98f628562092fecc19af nghttp2-1.3.0.tar.xz" -sha256sums="85be1e859cf310bd13204c58d1e4539cfb1d74eb5ef6b0146063fa2907d7b3f2 nghttp2-1.3.0.tar.xz" -sha512sums="42f04f6cd6666ed3db6fa81e7c6abdad8baa8af46a4e9e1f9694887e8037cd505bae467b55555144b810456061e1cfbb0106219e5ff74aec95cbc65c161b30da nghttp2-1.3.0.tar.xz" +md5sums="fe9c9cccbc314b0f9a4056bef4ba7362 nghttp2-1.3.2.tar.xz" +sha256sums="3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8 nghttp2-1.3.2.tar.xz" +sha512sums="a29f6e371de19e13be8c01d9ad75c871b381a182012758666f927964e32a84fea2f0119d9ed5b2a52ef899e38261e5518e95b9a13da08f0d42ed26c2e154ee9a nghttp2-1.3.2.tar.xz" |