lf: update to r9.
This commit is contained in:
parent
7a9ef117a9
commit
343e9f1701
1 changed files with 3 additions and 2 deletions
|
@ -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 <vision360.daniel@gmail.com>"
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue