diff options
-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" |