Skip to content

Commit 6fae7ac

Browse files
authored
chore(deps): update dependency junegunn/fzf to v0.56.2 (#540)
1 parent c242fab commit 6fae7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/fzf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean() {
1212

1313
install() {
1414
# renovate: datasource=github-tags depName=junegunn/fzf
15-
local FZF_VERSION_TAG="v0.56.1"
15+
local FZF_VERSION_TAG="v0.56.2"
1616
local FZF_VERSION="${FZF_VERSION_TAG/v/}"
1717
if [[ ! -f "${HOME}/opt/fzf/fzf_${FZF_VERSION}" ]]; then
1818
mkdir -p "${HOME}/opt/fzf"

0 commit comments

Comments
 (0)