fzf: update to 0.16.11.

This commit is contained in:
Leah Neukirchen 2017-08-02 12:06:08 +02:00
parent 09ae9bfc6f
commit 13a86aea8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.16.10 version=0.16.11
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf" go_import_path="github.com/junegunn/fzf"
@ -11,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=a6b9d8abcba4239d30201cc7911e9c305a5cd750081ce5cd389f8e7425f4dc93 checksum=e3067d4ad58d7be51eba9a35c06518cd7145c0cc297882796c7e40285f268a99
post_install() { post_install() {
cd ${wrksrc} cd ${wrksrc}