summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-10-25 00:04:00 +0600
committerMubashshir2020-10-25 00:04:00 +0600
commitd2a43655adb72675856542830dc7ce6cd766e8a7 (patch)
tree979682e151494e2d7843d8e55d830bb71cf627ed
parentff297d41e40ef3d851ee8fc626c792cdb3b64580 (diff)
downloadaur-d2a43655adb72675856542830dc7ce6cd766e8a7.tar.gz
Updated to 0.1.20rc3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf03e0c13aa9..912c9d080060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lua-resty-core
pkgdesc = Lua script engine for nginx lua module
- pkgver = 0.1.20rc2
- pkgrel = 2
+ pkgver = 0.1.20rc3
+ pkgrel = 1
url = https://github.com/openresty/lua-resty-core
arch = any
license = BSD
depends = luajit
depends = lua-resty-lrucache
depends = nginx
- source = https://github.com/openresty/lua-resty-core/archive/v0.1.20rc2.tar.gz
- sha256sums = 3966499a604720fe8fcd410ac47b140511eaaad50d26af4c1d19a51c00b56e79
+ source = https://github.com/openresty/lua-resty-core/archive/v0.1.20rc3.tar.gz
+ sha256sums = 467e6e0cade66d74a9f8e789d1045bc033a646cee904ba758be8191b61fa6ecc
pkgname = lua-resty-core
diff --git a/PKGBUILD b/PKGBUILD
index 492b03de5fbe..31b9b6590077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
# pkg: github openresty/lua-resty-core
pkgname=lua-resty-core
-pkgver=0.1.20rc2
-pkgrel=2
+pkgver=0.1.20rc3
+pkgrel=1
pkgdesc='Lua script engine for nginx lua module'
arch=('any')
@@ -14,7 +14,7 @@ source=(
https://github.com/openresty/lua-resty-core/archive/v$pkgver.tar.gz
)
-sha256sums=('3966499a604720fe8fcd410ac47b140511eaaad50d26af4c1d19a51c00b56e79')
+sha256sums=('467e6e0cade66d74a9f8e789d1045bc033a646cee904ba758be8191b61fa6ecc')
build() {
cd "$pkgname-$pkgver"