summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-27 14:18:52 +0200
committerMassimiliano Torromeo2017-04-27 14:18:52 +0200
commitf6f13b77f31d365ce1374847cd5a628332e66a88 (patch)
tree71c4241313080c9e1f1488df37e4833831ed55ad
parent5181a61e722818b7c0352653ae174012043334ec (diff)
downloadaur-f6f13b77f31d365ce1374847cd5a628332e66a88.tar.gz
Rebuild for nginx-mainline 1.13.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df8daae4f573..7517c6ea2c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-lua
pkgver=0.10.7
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.12.0
+_nginxver=1.13.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=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
'c21c8937dcdd6fc2b6a955f929e3f4d1388610f47180e60126e6dcab06786f77')
build() {