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.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.ps1') diff --git a/install.ps1 b/install.ps1 index 19feeb52..8c4ed380 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.53.0" +$version="0.54.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition @@ -40,7 +40,7 @@ function download { return } cd "$fzf_base\bin" - $url="https://github.com/junegunn/fzf/releases/download/$version/$file" + $url="https://github.com/junegunn/fzf/releases/download/v$version/$file" $temp=$env:TMP + "\fzf.zip" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 if ($PSVersionTable.PSVersion.Major -ge 3) { -- cgit v1.2.3