aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-18 21:18:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-18 23:09:21 +0100
commitf6b84a4444c7f03b7974385a694dfe309853b245 (patch)
tree96a9d1fc4c2dbb036381c4fbea63448305897170
parentf282372b831944ec1e790d6361d0fde2c2e92942 (diff)
downloadaports-f6b84a4444c7f03b7974385a694dfe309853b245.tar.bz2
aports-f6b84a4444c7f03b7974385a694dfe309853b245.tar.xz
testing/lua-resty-lrucache: modernize abuild
-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