From 6dd52562ffb73f483690cf4ad7f822a285e33dbb Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Fri, 4 Mar 2016 11:36:42 +0100 Subject: [PATCH] fzf: update to 0.11.4. --- srcpkgs/fzf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template index 3bf507de0fc..8e97123543a 100644 --- a/srcpkgs/fzf/template +++ b/srcpkgs/fzf/template @@ -1,7 +1,7 @@ # Template file for 'fzf' pkgname=fzf -version=0.11.1 -revision=2 +version=0.11.4 +revision=1 build_style=go go_import_path="github.com/junegunn/fzf/src" go_package="github.com/junegunn/fzf/src/fzf" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/junegunn/fzf" short_desc="A command-line fuzzy finder" distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz" -checksum=611cf1c2da6a7c0d5b582a203774c4d1145c55b601413eb1e7c03e9410bb6733 +checksum=08871ad531c3931224721d4cd56651bf7d109c559a1bbdbfa7c787e3dd03d733 pre_build() { cd src