Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/lf/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lf'
pkgname=lf
version=r40
version=r41
revision=1
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
Expand All @@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/gokcehan/lf"
changelog="https://raw.githubusercontent.com/gokcehan/lf/master/CHANGELOG.md"
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
checksum=43a78f66728dbbbd6848a074dd3d70e8ce7ef22e428de81a89bf2da174226a26
checksum=55c556d53b5541d5f8691f1309a0166a7a0d8e06cb051c3030c2cd7d8abc6789

post_install() {
vlicense LICENSE
Expand Down