summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-10-31 00:17:17 +0600
committerMubashshir2020-10-31 00:17:17 +0600
commit1bcdc8094d13ebf24191d98e5856f466ac838150 (patch)
tree0654350c6bc95b4a0c32b53828bca14eb61a3f7b
parentd2a43655adb72675856542830dc7ce6cd766e8a7 (diff)
downloadaur-1bcdc8094d13ebf24191d98e5856f466ac838150.tar.gz
Updated to 0.1.20-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 912c9d080060..3380bd16ab37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-resty-core
pkgdesc = Lua script engine for nginx lua module
- pkgver = 0.1.20rc3
+ pkgver = 0.1.20
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.20rc3.tar.gz
- sha256sums = 467e6e0cade66d74a9f8e789d1045bc033a646cee904ba758be8191b61fa6ecc
+ source = https://github.com/openresty/lua-resty-core/archive/v0.1.20.tar.gz
+ sha256sums = 3e1c7a2fb61c069fffe756b04c1dc1695987d93719389478a40798663f0e34b1
pkgname = lua-resty-core
diff --git a/PKGBUILD b/PKGBUILD
index 31b9b6590077..45f595beb488 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.20rc3
+pkgver=0.1.20
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=('467e6e0cade66d74a9f8e789d1045bc033a646cee904ba758be8191b61fa6ecc')
+sha256sums=('3e1c7a2fb61c069fffe756b04c1dc1695987d93719389478a40798663f0e34b1')
build() {
cd "$pkgname-$pkgver"