Skip to content

Commit 99d8d5c

Browse files
committed
Update to nginx-1.6.0
Also update ngx_postgres to 1.0rc3 to fix issue FRiCKLE/ngx_postgres#19 Signed-off-by: Lance Chen <[email protected]>
1 parent 1a77516 commit 99d8d5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PKGBUILD

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
_pkgname=nginx
99
pkgname="${_pkgname}-lua-postgres"
10-
pkgver=1.4.7
11-
pkgrel=2
10+
pkgver=1.6.0
11+
pkgrel=1
1212
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, with lua and postgresql modules support'
1313
arch=('i686' 'x86_64')
1414
url='http://nginx.org'
@@ -30,10 +30,10 @@ backup=('etc/nginx/fastcgi.conf'
3030
install=nginx.install
3131
source=($url/download/nginx-$pkgver.tar.gz
3232
ngx_lua::git+https://github.com/chaoslawful/lua-nginx-module.git#tag=v0.9.7
33-
ngx_postgres::git+https://github.com/FRiCKLE/ngx_postgres.git#tag=0.9
33+
ngx_postgres::git+https://github.com/FRiCKLE/ngx_postgres.git#tag=1.0rc3
3434
service
3535
logrotate)
36-
md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17'
36+
md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
3737
'SKIP'
3838
'SKIP'
3939
'ce9a06bcaf66ec4a3c4eb59b636e0dfd'

0 commit comments

Comments
 (0)