From 468143e621d875f78dbbd2bc35e63147faddae23 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 26 Aug 2022 00:57:06 +0200 Subject: [PATCH] lok: fix distfiles download --- srcpkgs/lok/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lok/template b/srcpkgs/lok/template index bebc928ae57..0537e0c5471 100644 --- a/srcpkgs/lok/template +++ b/srcpkgs/lok/template @@ -7,7 +7,7 @@ short_desc="A Linux port of OpenBSD's awk" maintainer="Orphaned " license="ISC" homepage="https://github.com/dimkr/lok" -distfiles="https://github.com/dimkr/lok/archive/${version}.tar.gz" +distfiles="https://github.com/dimkr/lok/archive/refs/tags/${version}.tar.gz" checksum=17215d1ef5760e282562bd852abab5ac5ae136fe579c02bb8fb6f9734e2c3185 make_build_args="PROG=lok" # Make the binary built be called lok make_install_args="PROG=lok MANDIR=usr/share/man"