fzf: update to 0.11.4.
This commit is contained in:
parent
b74f7ed80c
commit
6dd52562ff
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.11.1
|
||||
revision=2
|
||||
version=0.11.4
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf/src"
|
||||
go_package="github.com/junegunn/fzf/src/fzf"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://github.com/junegunn/fzf"
|
||||
short_desc="A command-line fuzzy finder"
|
||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||
checksum=611cf1c2da6a7c0d5b582a203774c4d1145c55b601413eb1e7c03e9410bb6733
|
||||
checksum=08871ad531c3931224721d4cd56651bf7d109c559a1bbdbfa7c787e3dd03d733
|
||||
|
||||
pre_build() {
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue