lf: update to r8. (#2223)
This commit is contained in:
parent
223c77ab2a
commit
24398cf9de
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lf'
|
# Template file for 'lf'
|
||||||
pkgname=lf
|
pkgname=lf
|
||||||
version=r7
|
version=r8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gokcehan/${pkgname}"
|
go_import_path="github.com/gokcehan/${pkgname}"
|
||||||
go_ldflags="-X main.gVersion=$version"
|
go_ldflags="-X main.gVersion=$version"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gokcehan/lf"
|
homepage="https://github.com/gokcehan/lf"
|
||||||
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
||||||
checksum=53cdfac3dc6e8794b1a979ca7f53dda2a3b049ace3892938a2c20ed393bf27dd
|
checksum=b92bfba41cc1b4054c44bf615907380482c66694fc9eaf4affe185b39cb9bb26
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue