From 9e92b6f11e0f59272de410f56493893334071e6e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 7 Jul 2024 16:30:23 +0900 Subject: 0.54.0 New tags will have `v` prefix. * https://github.com/junegunn/fzf/issues/2879 * https://github.com/golang/go/issues/32945 Close #2879 --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install b/install index e83f1be4..ef400c2e 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.53.0 +version=0.54.0 auto_completion= key_bindings= update_config=2 @@ -146,7 +146,7 @@ download() { fi local url - url=https://github.com/junegunn/fzf/releases/download/$version/${1} + url=https://github.com/junegunn/fzf/releases/download/v$version/${1} set -o pipefail if ! (try_curl $url || try_wget $url); then set +o pipefail -- cgit v1.2.3