lok: fix distfiles download

This commit is contained in:
Michal Vasilek 2022-08-26 00:57:06 +02:00
parent 1b70630b5d
commit 468143e621

View file

@ -7,7 +7,7 @@ short_desc="A Linux port of OpenBSD's awk"
maintainer="Orphaned <orphan@voidlinux.org>"
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"