summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-04-10 10:31:48 +0600
committerMubashshir2023-04-10 10:31:48 +0600
commite24dd7b52cc3b65331cdaf10b30d7e6835c11051 (patch)
tree2c620a4c937bee4c3e0a50374f5abccf18fd08bc
parentc58db35781f38f3127d34394f886cebf6149fde4 (diff)
downloadaur-e24dd7b52cc3b65331cdaf10b30d7e6835c11051.tar.gz
openresty/lua-nginx-module: Release 0.10.24-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e43644304795..d0d558c4dedc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-mod-lua
pkgdesc = Lua script engine module for mainline nginx
- pkgver = 0.10.23
+ pkgver = 0.10.24
pkgrel = 1
epoch = 1
url = https://github.com/openresty/lua-nginx-module
@@ -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.23/lua-0.10.23.tar.gz
+ source = https://github.com/openresty/lua-nginx-module/archive/v0.10.24/lua-0.10.24.tar.gz
source = cookie.patch
- sha256sums = 2d29fa9771c9423b1d5c742d850b2f967948450cb67e26396d71534a6336b54d
+ sha256sums = c5935ff25557031ab34d960d958a210613c9e6369b97db169b946717eca48fdf
sha256sums = 774e46d085ca8bd0d7cd84a36946cf1fd31f284ca9ebc90828b758297614975b
pkgname = nginx-mainline-mod-lua
diff --git a/PKGBUILD b/PKGBUILD
index 4a82153eed50..771e5a6afd77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# match! rc[0-9]*$
pkgname=nginx-mainline-mod-lua
-pkgver=0.10.23
+pkgver=0.10.24
pkgrel=1
epoch=1
@@ -19,7 +19,7 @@ license=('BSD')
source=(https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
cookie.patch)
-sha256sums=('2d29fa9771c9423b1d5c742d850b2f967948450cb67e26396d71534a6336b54d'
+sha256sums=('c5935ff25557031ab34d960d958a210613c9e6369b97db169b946717eca48fdf'
'774e46d085ca8bd0d7cd84a36946cf1fd31f284ca9ebc90828b758297614975b')
prepare() {