summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2024-10-22 13:24:47 +0600
committerMubashshir2024-10-22 13:24:47 +0600
commitb75884df9cafba8cce37ae2bc7d284aad751083b (patch)
tree9b41a8bad75b2e3e8713573be5b19b85ba64cf6f
parentf1885f5fcdac5707a483eb65d3a88e10ede35b38 (diff)
downloadaur-lua-resty-lrucache.tar.gz
openresty/lua-resty-lrucache: Release 0.15-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f2b9c91ac3..b2f79115117b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = lua-resty-lrucache
pkgdesc = Lua lrucache for nginx lua module
- pkgver = 0.13
- pkgrel = 2
+ pkgver = 0.15
+ pkgrel = 1
url = https://github.com/openresty/lua-resty-lrucache
arch = any
license = BSD
depends = luajit
- source = lua-resty-lrucache-0.13.tar.gz::https://github.com/openresty/lua-resty-lrucache/archive/v0.13.tar.gz
- sha256sums = 573184006b98ccee2594b0d134fa4d05e5d2afd5141cbad315051ccf7e9b6403
+ source = lua-resty-lrucache-0.15.tar.gz::https://github.com/openresty/lua-resty-lrucache/archive/v0.15.tar.gz
+ sha256sums = 8cf1a22e0d5b8f35cb0b2e14c58fcb3aa505a8fb6e956817f0cdb1f06593f072
pkgname = lua-resty-lrucache
diff --git a/PKGBUILD b/PKGBUILD
index 9e9a9e33e241..be2c23578564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# match! rc[0-9]*$
pkgname=lua-resty-lrucache
-pkgver=0.13
-pkgrel=2
+pkgver=0.15
+pkgrel=1
pkgdesc='Lua lrucache for nginx lua module'
arch=('any')
@@ -15,7 +15,7 @@ license=('BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openresty/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('573184006b98ccee2594b0d134fa4d05e5d2afd5141cbad315051ccf7e9b6403')
+sha256sums=('8cf1a22e0d5b8f35cb0b2e14c58fcb3aa505a8fb6e956817f0cdb1f06593f072')
build() {
cd "$pkgname-$pkgver"