diff --git a/srcpkgs/lf/template b/srcpkgs/lf/template index feeb91fed71..61e1347ba96 100644 --- a/srcpkgs/lf/template +++ b/srcpkgs/lf/template @@ -1,6 +1,6 @@ # Template file for 'lf' pkgname=lf -version=r8 +version=r9 revision=1 build_style=go go_import_path="github.com/gokcehan/${pkgname}" @@ -11,10 +11,11 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/gokcehan/lf" distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz" -checksum=b92bfba41cc1b4054c44bf615907380482c66694fc9eaf4affe185b39cb9bb26 +checksum=bb7a951b15e8400a0f4a6ad6ef84582517b40c8568b2044e333963fd34ca74c7 post_install() { vlicense LICENSE vsconf etc/lfrc.example lfrc vman lf.1 + vinstall etc/lf.fish 0644 usr/share/fish/completions }