summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-04-10 10:30:10 +0600
committerMubashshir2023-04-10 10:30:10 +0600
commitf1885f5fcdac5707a483eb65d3a88e10ede35b38 (patch)
treeeb613f769e96ec36ba3e62678de7195ab229a064
parentc4760fc714ed32a36982b328b80e99ed615fcf3f (diff)
downloadaur-f1885f5fcdac5707a483eb65d3a88e10ede35b38.tar.gz
lua-resty-lrucache: Fix checksum
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bacf9f6c0789..72f2b9c91ac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 777949ce2901..9e9a9e33e241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"