fzf: update to 0.12.1.
This commit is contained in:
parent
4e2280fe02
commit
c5b901798b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.11.4
|
||||
revision=2
|
||||
version=0.12.1
|
||||
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=08871ad531c3931224721d4cd56651bf7d109c559a1bbdbfa7c787e3dd03d733
|
||||
checksum=ca39422b14001d1fe47afd10fcf692c8f67f93da1963669157bdc93d39d19a28
|
||||
|
||||
pre_build() {
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue