summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4533ee553be..630327256b43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-resty-core
pkgdesc = Lua script engine for nginx lua module
- pkgver = 0.1.27
+ pkgver = 0.1.28
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.27.tar.gz::https://github.com/openresty/lua-resty-core/archive/v0.1.27.tar.gz
- sha256sums = 39baab9e2b31cc48cecf896cea40ef6e80559054fd8a6e440cc804a858ea84d4
+ source = lua-resty-core-0.1.28.tar.gz::https://github.com/openresty/lua-resty-core/archive/v0.1.28.tar.gz
+ sha256sums = 62230dee287edcabb2dcb9c3b44ad162a6cc7ad2b8f508bc52e592f0137aa6a1
pkgname = lua-resty-core
diff --git a/PKGBUILD b/PKGBUILD
index 3d817cf58db6..b6cae7a2b9af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# match! rc[0-9]*$
pkgname=lua-resty-core
-pkgver=0.1.27
+pkgver=0.1.28
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=('39baab9e2b31cc48cecf896cea40ef6e80559054fd8a6e440cc804a858ea84d4')
+sha256sums=('62230dee287edcabb2dcb9c3b44ad162a6cc7ad2b8f508bc52e592f0137aa6a1')
build() {
cd "$pkgname-$pkgver"