From dcc171bb3fc0d583efed54f4147584880e8efe01 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 11 Sep 2018 10:46:42 +0200 Subject: [PATCH] archiver: fix distfiles --- srcpkgs/archiver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template index d9b8dfb2808..4e8e26c143e 100644 --- a/srcpkgs/archiver/template +++ b/srcpkgs/archiver/template @@ -10,7 +10,7 @@ short_desc="Easily create and extract common archive formats" maintainer="cr6git " license="MIT" homepage="https://github.com/mholt/archiver" -distfiles="https://github.com/mholt/archiver/archive/${_commit}.tar.gz" +distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz" checksum=78dd79e2b5bd76f5b70120f603a2660e63bbcc2ab30c4e66640a2e4961f94c54 post_install() {