aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/lua-resty-lrucache/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-resty-lrucache/APKBUILD b/testing/lua-resty-lrucache/APKBUILD
index c23fb968aa..aa1c1ab82b 100644
--- a/testing/lua-resty-lrucache/APKBUILD
+++ b/testing/lua-resty-lrucache/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/openresty/lua-resty-lrucache"
arch="noarch"
license="BSD-2-Clause"
depends="lua"
-source="$pkgname-$pkgver.tar.gz::https://github.com/openresty/lua-resty-lrucache/archive/v$pkgver.tar.gz"
+source="https://github.com/openresty/lua-resty-lrucache/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
options="!check" # FIXME: tests require OpenResty and additional dependencies
for _v in 5.1 5.2 5.3; do