summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-10-10 00:15:46 +0600
committerMubashshir2020-10-10 00:15:46 +0600
commit8ad103fe60702152b5f0e31c8bb2348220e9f35a (patch)
tree591ded7d637d14b2898a665cfbd83f78fd3e86fb
parent103451911c83853ca36714a9fdbbe193748f7592 (diff)
downloadaur-8ad103fe60702152b5f0e31c8bb2348220e9f35a.tar.gz
Updated to 0.1.20rc2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 920180c88466..ddeeed656d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-resty-core
pkgdesc = Lua script engine for nginx lua module
- pkgver = 0.1.20rc1
+ pkgver = 0.1.20rc2
pkgrel = 1
url = https://github.com/openresty/lua-resty-core
arch = any
@@ -8,8 +8,8 @@ pkgbase = lua-resty-core
depends = luajit
depends = lua-resty-lrucache
depends = nginx
- source = https://github.com/openresty/lua-resty-core/archive/v0.1.20rc1.tar.gz
- sha256sums = 3aa9df9023a8af43685af2bffd492418c5d21402f6eb0236b6c8c70255343302
+ source = https://github.com/openresty/lua-resty-core/archive/v0.1.20rc2.tar.gz
+ sha256sums = 3966499a604720fe8fcd410ac47b140511eaaad50d26af4c1d19a51c00b56e79
pkgname = lua-resty-core
diff --git a/PKGBUILD b/PKGBUILD
index 79bcd6d30af8..0ed1ebd59a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
# pkg: github openresty/lua-resty-core
pkgname=lua-resty-core
-pkgver=0.1.20rc1
+pkgver=0.1.20rc2
pkgrel=1
pkgdesc='Lua script engine for nginx lua module'
@@ -14,7 +14,7 @@ source=(
https://github.com/openresty/lua-resty-core/archive/v$pkgver.tar.gz
)
-sha256sums=('3aa9df9023a8af43685af2bffd492418c5d21402f6eb0236b6c8c70255343302')
+sha256sums=('3966499a604720fe8fcd410ac47b140511eaaad50d26af4c1d19a51c00b56e79')
build() {
cd "$pkgname-$pkgver"