lf: update to r7. (#1015)

This commit is contained in:
Daniel Lewan 2018-07-19 07:03:44 +02:00 committed by cr6git
parent 0a190e4fb1
commit 2a35184b65
1 changed files with 3 additions and 2 deletions

View File

@ -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 <vision360.daniel@gmail.com>"
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
}