aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-12-18 12:29:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-12-18 12:30:15 +0000
commitd918cba6dd49518fecc000c915c457faf1942007 (patch)
treec30233de01eba460d4e87fb11a4b340d6b002725
parent512f4edfed0d7aa9ff8ddfb3ebe9b53eed1cf49f (diff)
downloadaports-d918cba6dd49518fecc000c915c457faf1942007.tar.bz2
aports-d918cba6dd49518fecc000c915c457faf1942007.tar.xz
testing/httpie: use $pkgver in source url
-rw-r--r--testing/httpie/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/httpie/APKBUILD b/testing/httpie/APKBUILD
index 774b83795e..ffddb7d931 100644
--- a/testing/httpie/APKBUILD
+++ b/testing/httpie/APKBUILD
@@ -8,7 +8,7 @@ arch="noarch"
license="BSD-3-Clause"
depends="py3-requests py3-pygments"
makedepends=""
-source="$pkgname-$pkgver.tar.gz::https://github.com/jakubroztocil/$pkgname/archive/0.9.8.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/jakubroztocil/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
check() {