summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2022-09-23 06:20:36 +0600
committerMubashshir2022-09-23 06:20:36 +0600
commit708307b9cecc8b58068ba98aef948015c7e392ad (patch)
tree81e785621ec4f2b32633665dd690071863b7cf9d
parent921c0a4d98dd84eaf5a225597e1a1a85335c94e1 (diff)
downloadaur-708307b9cecc8b58068ba98aef948015c7e392ad.tar.gz
openresty/lua-resty-core: Release 0.1.24-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50fab0f69f0c..36e1516f932c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-resty-core
pkgdesc = Lua script engine for nginx lua module
- pkgver = 0.1.23
+ pkgver = 0.1.24
pkgrel = 1
epoch = 1
url = https://github.com/openresty/lua-resty-core
@@ -9,7 +9,7 @@ pkgbase = lua-resty-core
depends = luajit
depends = lua-resty-lrucache
depends = nginx
- source = lua-resty-core-0.1.23.tar.gz::https://github.com/openresty/lua-resty-core/archive/v0.1.23.tar.gz
- sha256sums = efd6b51520429e64b1bcc10f477d370ebed1631c190f7e4dc270d959a743ad7d
+ source = lua-resty-core-0.1.24.tar.gz::https://github.com/openresty/lua-resty-core/archive/v0.1.24.tar.gz
+ sha256sums = f6aabb0811cfd8b0b0c986399f713fd66c559623b6b534f33783da0e3bb68ea3
pkgname = lua-resty-core
diff --git a/PKGBUILD b/PKGBUILD
index b9f435392d04..5bccc0f890bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# match! rc[0-9]*$
pkgname=lua-resty-core
-pkgver=0.1.23
+pkgver=0.1.24
pkgrel=1
epoch=1
@@ -16,7 +16,7 @@ license=('BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openresty/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('efd6b51520429e64b1bcc10f477d370ebed1631c190f7e4dc270d959a743ad7d')
+sha256sums=('f6aabb0811cfd8b0b0c986399f713fd66c559623b6b534f33783da0e3bb68ea3')
build() {
cd "$pkgname-$pkgver"