summaryrefslogtreecommitdiff
path: root/install.ps1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-07-07 16:30:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-07-08 22:51:48 +0900
commit9e92b6f11e0f59272de410f56493893334071e6e (patch)
treeb217b147ffe2a6e9ee963736d5c793c5f9904fd5 /install.ps1
parent6cbde812f6dc81c35f61fc1f6b88f6a1a6ff1e68 (diff)
downloadfzf-9e92b6f11e0f59272de410f56493893334071e6e.tar.gz
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
Diffstat (limited to 'install.ps1')
-rw-r--r--install.ps14
1 files changed, 2 insertions, 2 deletions
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) {