summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-13 11:55:33 +0200
committerMassimiliano Torromeo2017-04-13 11:55:33 +0200
commit5181a61e722818b7c0352653ae174012043334ec (patch)
tree60d5446482f1886e3ea53d82eb2f09fcfbc2236b
parentbedd8ad0eb8773831b48496df8446e98f5f0459f (diff)
downloadaur-5181a61e722818b7c0352653ae174012043334ec.tar.gz
Updated for nginx 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 230f99f152bb..bb618f9ad9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 09:27:35 UTC 2017
+# Thu Apr 13 09:55:33 UTC 2017
pkgbase = nginx-mainline-mod-lua
pkgdesc = Lua script engine module for mainline nginx
pkgver = 0.10.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openresty/lua-nginx-module
arch = i686
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = nginx-mainline-mod-lua
depends = nginx-mainline
depends = nginx-mainline-mod-ndk
depends = luajit
- source = http://nginx.org/download/nginx-1.11.10.tar.gz
+ source = http://nginx.org/download/nginx-1.12.0.tar.gz
source = https://github.com/openresty/lua-nginx-module/archive/v0.10.7/lua-0.10.7.tar.gz
- sha256sums = 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
+ sha256sums = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
sha256sums = c21c8937dcdd6fc2b6a955f929e3f4d1388610f47180e60126e6dcab06786f77
pkgname = nginx-mainline-mod-lua
diff --git a/PKGBUILD b/PKGBUILD
index 68946b3deaef..df8daae4f573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-lua
pkgver=0.10.7
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.11.10
+_nginxver=1.12.0
pkgdesc='Lua script engine module for mainline nginx'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d'
+sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
'c21c8937dcdd6fc2b6a955f929e3f4d1388610f47180e60126e6dcab06786f77')
build() {