summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2015-09-13 00:27:43 +0800
committerZhuoyun Wei2015-09-13 00:27:43 +0800
commit13b8361018ef9e69a66768480a1b06ea7b3a0e50 (patch)
tree50b08911cf6e6584d4fc1b9b52c81fe119781ceb /PKGBUILD
parent7a5f01f1054ea4e3a090054cfd1fa45c85c145ca (diff)
downloadaur-13b8361018ef9e69a66768480a1b06ea7b3a0e50.tar.gz
[nghttp] 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 224a69382734..5ea452c799dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=nghttp2
-pkgver=1.3.0
-_pkgver=v1.3.0
+pkgver=1.3.1
+_pkgver=v1.3.1
pkgrel=1
pkgdesc="HTTP/2 C Library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('openssl' 'libev' 'zlib' 'spdylay' 'libxml2' 'jansson' 'jemalloc')
source=("https://github.com/tatsuhiro-t/nghttp2/releases/download/${_pkgver}/nghttp2-${pkgver}.tar.gz")
backup=('etc/nghttpx/nghttpx.conf'
'etc/logrotate.d/nghttpx')
-sha256sums=('ad435eb5d7fdf8d78930d81a98a6849c8b94393a6f1b800bfee6511c3a571684')
+sha256sums=('0e79920d4fa9706ed0fd46386664b4170bae34b5c9c74ee2eddb99cdf980d852')
build() {
cd "$srcdir/$pkgname-$pkgver"