From d918cba6dd49518fecc000c915c457faf1942007 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 18 Dec 2017 12:29:47 +0000 Subject: testing/httpie: use $pkgver in source url --- testing/httpie/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3