diff options
author | Mubashshir | 2024-10-22 13:24:47 +0600 |
---|---|---|
committer | Mubashshir | 2024-10-22 13:24:47 +0600 |
commit | b75884df9cafba8cce37ae2bc7d284aad751083b (patch) | |
tree | 9b41a8bad75b2e3e8713573be5b19b85ba64cf6f | |
parent | f1885f5fcdac5707a483eb65d3a88e10ede35b38 (diff) | |
download | aur-lua-resty-lrucache.tar.gz |
openresty/lua-resty-lrucache: Release 0.15-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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" |