fzf: update to 0.16.2.

This commit is contained in:
Leah Neukirchen 2017-01-24 11:05:37 +01:00
parent a35f0e908f
commit fccdf66c90

View file

@ -1,6 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.16.1 version=0.16.2
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf/src" go_import_path="github.com/junegunn/fzf/src"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/junegunn/fzf" homepage="https://github.com/junegunn/fzf"
short_desc="Command-line fuzzy finder" short_desc="Command-line fuzzy finder"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz" distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
checksum=f8a05e9e72f6e2b87bec63809843afa77fd89067722407f6f9a86299c6215fce checksum=6d63f82c5fc6c3b658d224e8ebac6afcd237ca30de709f4fc72692fa0b0524b1
pre_build() { pre_build() {
cd src cd src