aboutsummaryrefslogtreecommitdiff
path: root/textproc/fzf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/fzf/Makefile')
-rw-r--r--textproc/fzf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile
index a880bee0e558..2d137588618a 100644
--- a/textproc/fzf/Makefile
+++ b/textproc/fzf/Makefile
@@ -1,8 +1,7 @@
# Created by: Sascha Holzleiter <sascha@root-login.org>
PORTNAME= fzf
-PORTVERSION= 0.25.1
-PORTREVISION= 1
+PORTVERSION= 0.27.0
CATEGORIES= textproc
MAINTAINER= dmgk@FreeBSD.org
@@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
# go get -d github.com/junegunn/fzf@$(make -V PORTVERSION)
-GO_MODULE= github.com/junegunn/fzf@v0.0.0-20210203133252-6654239c9466
+GO_MODULE= github.com/junegunn/fzf@v0.0.0-20210406135359-19759ed36eda
GO_BUILDFLAGS= -ldflags="-X main.revision=${COMMIT_ID} -s -w"
COMMIT_ID= 6654239