summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-03-13 23:21:55 +0600
committerMubashshir2023-03-13 23:21:55 +0600
commit2694f0c14e38ad7d1792a7a7cb03fe855257b8f4 (patch)
tree328e2ec5dbc38805e3250e7b2f461b659d63e934
parent708307b9cecc8b58068ba98aef948015c7e392ad (diff)
downloadaur-2694f0c14e38ad7d1792a7a7cb03fe855257b8f4.tar.gz
openresty/lua-resty-core: Release 0.1.25-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36e1516f932c..79660e5d67cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-resty-core
pkgdesc = Lua script engine for nginx lua module
- pkgver = 0.1.24
+ pkgver = 0.1.25
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.24.tar.gz::https://github.com/openresty/lua-resty-core/archive/v0.1.24.tar.gz
- sha256sums = f6aabb0811cfd8b0b0c986399f713fd66c559623b6b534f33783da0e3bb68ea3
+ source = lua-resty-core-0.1.25.tar.gz::https://github.com/openresty/lua-resty-core/archive/v0.1.25.tar.gz
+ sha256sums = c7e099e4cccc0445958393a5fa5283381fe1f6019814a2ed6d130c6872ab5206
pkgname = lua-resty-core
diff --git a/PKGBUILD b/PKGBUILD
index 5bccc0f890bd..400b7b8f3afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# match! rc[0-9]*$
pkgname=lua-resty-core
-pkgver=0.1.24
+pkgver=0.1.25
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=('f6aabb0811cfd8b0b0c986399f713fd66c559623b6b534f33783da0e3bb68ea3')
+sha256sums=('c7e099e4cccc0445958393a5fa5283381fe1f6019814a2ed6d130c6872ab5206')
build() {
cd "$pkgname-$pkgver"