summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2022-05-19 05:26:15 +0600
committerMubashshir2022-05-19 05:26:15 +0600
commit54a8d7c02aa05512047b34fc69e6dc12f8d72b26 (patch)
treed3476315b7fff2c02d5685e9dfcc82e8cef64b84
parent8b861bcc1eb34da00d05e224994fd7a3d8252195 (diff)
downloadaur-54a8d7c02aa05512047b34fc69e6dc12f8d72b26.tar.gz
openresty/lua-nginx-module: Updated to 0.10.21-1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a023461cf940..2f28bb76bab4 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.20
- pkgrel = 4
+ pkgver = 0.10.21
+ pkgrel = 1
epoch = 1
url = https://github.com/openresty/lua-nginx-module
arch = i686
@@ -13,7 +13,7 @@ pkgbase = nginx-mainline-mod-lua
depends = luajit
depends = lua-resty-core
depends = pcre
- source = https://github.com/openresty/lua-nginx-module/archive/v0.10.20/lua-0.10.20.tar.gz
- sha256sums = efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313
+ source = https://github.com/openresty/lua-nginx-module/archive/v0.10.21/lua-0.10.21.tar.gz
+ sha256sums = 9db756000578efaecb43bea4fc6cf631aaa80988d86ffe5d3afeb9927895ffad
pkgname = nginx-mainline-mod-lua
diff --git a/.gitignore b/.gitignore
index 9b97681014e9..5ddc79664272 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@
/src
/pkg
*.kate-swp
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index bb5e750aeaf1..592d6c346f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# match! rc[0-9]*$
pkgname=nginx-mainline-mod-lua
-pkgver=0.10.20
-pkgrel=4
+pkgver=0.10.21
+pkgrel=1
epoch=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -18,7 +18,7 @@ url="https://github.com/openresty/lua-nginx-module"
license=('BSD')
source=(https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz)
-sha256sums=('efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313')
+sha256sums=('9db756000578efaecb43bea4fc6cf631aaa80988d86ffe5d3afeb9927895ffad')
prepare() {
mkdir -p build