diff options
author | Mubashshir | 2023-04-10 10:30:10 +0600 |
---|---|---|
committer | Mubashshir | 2023-04-10 10:30:10 +0600 |
commit | f1885f5fcdac5707a483eb65d3a88e10ede35b38 (patch) | |
tree | eb613f769e96ec36ba3e62678de7195ab229a064 | |
parent | c4760fc714ed32a36982b328b80e99ed615fcf3f (diff) | |
download | aur-f1885f5fcdac5707a483eb65d3a88e10ede35b38.tar.gz |
lua-resty-lrucache: Fix checksum
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ pkgbase = lua-resty-lrucache pkgdesc = Lua lrucache for nginx lua module pkgver = 0.13 - pkgrel = 1 + pkgrel = 2 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 = da70ba4b84292a862e845e10be10095c6ce78ec75ec9bba0e3b5b7987c5e11df + sha256sums = 573184006b98ccee2594b0d134fa4d05e5d2afd5141cbad315051ccf7e9b6403 pkgname = lua-resty-lrucache @@ -5,7 +5,7 @@ pkgname=lua-resty-lrucache pkgver=0.13 -pkgrel=1 +pkgrel=2 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=('da70ba4b84292a862e845e10be10095c6ce78ec75ec9bba0e3b5b7987c5e11df') +sha256sums=('573184006b98ccee2594b0d134fa4d05e5d2afd5141cbad315051ccf7e9b6403') build() { cd "$pkgname-$pkgver" |