aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloc
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-02-11 15:17:30 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-02-11 15:17:30 +0100
commitfb145c1774f022d766def59a20ebf399059ff270 (patch)
tree983ed3c836f190f30ade716f59a67ac633648c29 /community/cloc
parent4b171c25d3ef56409024a3dae9f8f9ab96546a69 (diff)
downloadaports-fb145c1774f022d766def59a20ebf399059ff270.tar.bz2
aports-fb145c1774f022d766def59a20ebf399059ff270.tar.xz
community/cloc: fix URL
Diffstat (limited to 'community/cloc')
-rw-r--r--community/cloc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cloc/APKBUILD b/community/cloc/APKBUILD
index dd992d9322..7249c2afdd 100644
--- a/community/cloc/APKBUILD
+++ b/community/cloc/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-2.0"
depends="perl perl-algorithm-diff perl-regexp-common"
makedepends=""
subpackages="$pkgname-doc"
-source="https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
+source="https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
disable-01_opts.patch
disable-test-perl.patch"
builddir="$srcdir/$pkgname-$pkgver"