summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 615691064671..dedba314314b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mod-echo-git
pkgdesc = Nginx module that brings shell-style goodiesto nginx config file
pkgver = 0.58.r15.g4f7aa50
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openresty/echo-nginx-module
arch = i686
arch = x86_64
license = custom
makedepends = git
- depends = nginx-mainline=1.9.13
+ depends = nginx-mainline=1.9.14
source = git://github.com/openresty/echo-nginx-module.git
- source = http://nginx.org/download/nginx-1.9.13.tar.gz
+ source = http://nginx.org/download/nginx-1.9.14.tar.gz
md5sums = SKIP
- md5sums = e7502dc170277597ca73eb53c359c771
+ md5sums = a25818039f34b5d54b017d44c76321c4
pkgname = nginx-mod-echo-git
diff --git a/PKGBUILD b/PKGBUILD
index b4ebc13df87e..53e8943c53a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-_ngx_ver=1.9.13
+_ngx_ver=1.9.14
_mod_name=echo
pkgname=nginx-mod-${_mod_name}-git
pkgver=0.58.r15.g4f7aa50
-pkgrel=1
+pkgrel=2
pkgdesc='Nginx module that brings shell-style goodiesto nginx config file'
arch=('i686' 'x86_64')
url='https://github.com/openresty/echo-nginx-module'
@@ -15,7 +15,7 @@ makedepends=('git')
source=(git://github.com/openresty/${_mod_name}-nginx-module.git
http://nginx.org/download/nginx-${_ngx_ver}.tar.gz)
md5sums=('SKIP'
- 'e7502dc170277597ca73eb53c359c771')
+ 'a25818039f34b5d54b017d44c76321c4')
_ngx_flags=(
--with-file-aio