summaryrefslogtreecommitdiff
path: root/repo/util
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util')
-rw-r--r--repo/util/fzf.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/util/fzf.xibuild b/repo/util/fzf.xibuild
index 0915d48..f068792 100644
--- a/repo/util/fzf.xibuild
+++ b/repo/util/fzf.xibuild
@@ -4,7 +4,8 @@ MAKEDEPS=(git go)
DEPS=(bash)
PKG_VER=0.29.0
-SOURCE=https://github.com/junegunn/fzf/archive/refs/tags/$PKG_VER.tar.gz
+SOURCE=https://github.com/junegunn/fzf.git
+BRANCH=$PKG_VER
DESC="Command-line fuzzy finder"
prepare () {