fzf: update to 0.15.3.

This commit is contained in:
Christian Neukirchen 2016-09-29 12:07:53 +02:00
parent 345a6330bd
commit 043ae804bb

View file

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