summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-03-13 23:35:02 +0600
committerMubashshir2023-03-13 23:35:02 +0600
commitc58db35781f38f3127d34394f886cebf6149fde4 (patch)
treee6c057f739dbed3c2ba2487cfc15543e2a22e556
parent1b9ad4683a37d42966e5315d4332631fc435212d (diff)
downloadaur-c58db35781f38f3127d34394f886cebf6149fde4.tar.gz
openresty/lua-nginx-module: Release 0.10.23-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 428d85a2a9ae..e43644304795 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.22
- pkgrel = 3
+ pkgver = 0.10.23
+ pkgrel = 1
epoch = 1
url = https://github.com/openresty/lua-nginx-module
arch = i686
@@ -13,9 +13,9 @@ pkgbase = nginx-mainline-mod-lua
depends = luajit
depends = lua-resty-core
depends = pcre
- source = https://github.com/openresty/lua-nginx-module/archive/v0.10.22/lua-0.10.22.tar.gz
+ source = https://github.com/openresty/lua-nginx-module/archive/v0.10.23/lua-0.10.23.tar.gz
source = cookie.patch
- sha256sums = 294d3d4b2d14fda1b8c539ff86f90047d203df861eb9a1ac44ec5c679ef55408
+ sha256sums = 2d29fa9771c9423b1d5c742d850b2f967948450cb67e26396d71534a6336b54d
sha256sums = 774e46d085ca8bd0d7cd84a36946cf1fd31f284ca9ebc90828b758297614975b
pkgname = nginx-mainline-mod-lua
diff --git a/PKGBUILD b/PKGBUILD
index 8c60785e52e8..4a82153eed50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# match! rc[0-9]*$
pkgname=nginx-mainline-mod-lua
-pkgver=0.10.22
-pkgrel=3
+pkgver=0.10.23
+pkgrel=1
epoch=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -19,7 +19,7 @@ license=('BSD')
source=(https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
cookie.patch)
-sha256sums=('294d3d4b2d14fda1b8c539ff86f90047d203df861eb9a1ac44ec5c679ef55408'
+sha256sums=('2d29fa9771c9423b1d5c742d850b2f967948450cb67e26396d71534a6336b54d'
'774e46d085ca8bd0d7cd84a36946cf1fd31f284ca9ebc90828b758297614975b')
prepare() {