summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-02 12:54:56 +0200
committerMassimiliano Torromeo2018-10-02 12:54:56 +0200
commite7c649703e00993397704a3791e2b2ef5f2fcc0a (patch)
tree5f234cdb0261e1762049111f304fdcf2aef2cff6
parent7f592f6e87c68491447aae9bf89f317dc4be8705 (diff)
downloadaur-e7c649703e00993397704a3791e2b2ef5f2fcc0a.tar.gz
Updated for nginx-mainline 1.15.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97d4351e5e9a..70782f3c29c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-lua
pkgdesc = Lua script engine module for mainline nginx
pkgver = 0.10.13
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/openresty/lua-nginx-module
arch = i686
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = nginx-mainline-mod-lua
depends = nginx-mainline
depends = nginx-mainline-mod-ndk
depends = luajit
- source = https://nginx.org/download/nginx-1.15.3.tar.gz
+ source = https://nginx.org/download/nginx-1.15.4.tar.gz
source = https://github.com/openresty/lua-nginx-module/archive/v0.10.13/lua-0.10.13.tar.gz
- sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
+ sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
sha256sums = ecea8c3d7f69dd48c6132498ddefb5d83ba9f387fa3d4da14e2abeacdfc8a3ee
pkgname = nginx-mainline-mod-lua
diff --git a/PKGBUILD b/PKGBUILD
index 435eb2308d8d..3bf8bdef5638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-lua
pkgver=0.10.13
-pkgrel=3
+pkgrel=4
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.3
+_nginxver=1.15.4
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=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
+sha256sums=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
'ecea8c3d7f69dd48c6132498ddefb5d83ba9f387fa3d4da14e2abeacdfc8a3ee')
build() {