fzf: update to 0.16.5.

This commit is contained in:
Leah Neukirchen 2017-02-19 16:49:18 +01:00
parent 7d783cbb1b
commit 314aaec122

View file

@ -1,7 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.16.4 version=0.16.5
revision=2
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf/src" go_import_path="github.com/junegunn/fzf/src"
go_package="github.com/junegunn/fzf/src/fzf" go_package="github.com/junegunn/fzf/src/fzf"
@ -12,7 +11,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=294034747b0739d716d88670e830a97080fb73b8d6172b2ae695074316903e8a checksum=7add1b5290af779fc1c6a3e306d696fb0e833d4efb5b60d94f9c424ac1b6f9fe
pre_build() { pre_build() {
cd src cd src