lf: update to r5.
lf: add update check Closes #24. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
2e161b1822
commit
7bf48abab1
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lf'
|
# Template file for 'lf'
|
||||||
pkgname=lf
|
pkgname=lf
|
||||||
version=r3
|
version=r5
|
||||||
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"
|
||||||
|
@ -9,9 +9,9 @@ hostmakedepends="git"
|
||||||
short_desc="Terminal file manager"
|
short_desc="Terminal file manager"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://${go_import_path}"
|
homepage="https://github.com/gokcehan/lf"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
||||||
checksum=3337cebb6332d6bc9c8cecd6348e620e5f042538b1ee5500fc61c7f2df0e0a48
|
checksum=ade6c4cc750235a51d4fd6aeeabe8fa7adfcea90504804e739d492bd01e534bb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
site='https://github.com/gokcehan/lf/releases'
|
||||||
|
pattern='archive/\Kr\d+(?=\.tar\.gz)'
|
Loading…
Reference in New Issue