lf: update to r33.

This commit is contained in:
Daniel Lewan 2024-11-02 17:46:34 +01:00 committed by tranzystorekk
parent 6ea744b042
commit 32cbf463a8

View file

@ -1,7 +1,7 @@
# Template file for 'lf' # Template file for 'lf'
pkgname=lf pkgname=lf
version=r32 version=r33
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"
@ -10,7 +10,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
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=01531e7a78d8bfbe14739072e93446d003f0e4ce12032a26671fa326b73bc911 checksum=045565197a9c12a14514b85c153dae4ee1bcd3b4313d60aec5004239d8d785a0
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -26,5 +26,4 @@ post_install() {
vsconf etc/lfcd.fish vsconf etc/lfcd.fish
vsconf etc/lfcd.csh vsconf etc/lfcd.csh
vsconf etc/lfcd.nu vsconf etc/lfcd.nu
} }