From 343e9f1701460b0d387a7d72f09eabd6ec2eab7d Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 31 Jan 2019 22:52:22 +0100 Subject: [PATCH] lf: update to r9. --- srcpkgs/lf/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }