fzf: update to 0.15.2.

This commit is contained in:
Christian Neukirchen 2016-09-26 13:19:15 +02:00
parent 0fd19a4f5e
commit 4617bffbc9

View file

@ -1,6 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.15.1 version=0.15.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=d48e7fd63b36a89b0187775eee3dae76992070cba62587d94303d39ecfa7d022 checksum=32bbe680f9830845b73f043212d6dbf57b7335702c791fce3efd86b252d8d125
pre_build() { pre_build() {
cd src cd src