diff --git a/srcpkgs/lf/template b/srcpkgs/lf/template index fb95f2282be..bc2c70b6be8 100644 --- a/srcpkgs/lf/template +++ b/srcpkgs/lf/template @@ -1,6 +1,6 @@ # Template file for 'lf' pkgname=lf -version=r6 +version=r7 revision=1 build_style=go go_import_path="github.com/gokcehan/${pkgname}" @@ -11,9 +11,10 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/gokcehan/lf" distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz" -checksum=43298a4e391d97643ace9bcb96429a63f9b7a8d321da4b4d36151998abc5cd03 +checksum=53cdfac3dc6e8794b1a979ca7f53dda2a3b049ace3892938a2c20ed393bf27dd post_install() { vlicense LICENSE vsconf etc/lfrc.example lfrc + vman lf.1 }