fzf: Update to version 0.23.0

This commit is contained in:
Jakub Čábera 2020-10-09 22:52:31 +02:00
parent e2fcaa66b3
commit 0a9258bbbf

View File

@ -1,16 +1,12 @@
{ {
"version": "0.22.0", "version": "0.23.0",
"description": "A general-purpose command-line fuzzy finder.", "description": "A general-purpose command-line fuzzy finder",
"homepage": "https://github.com/junegunn/fzf", "homepage": "https://github.com/junegunn/fzf",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.22.0/fzf-0.22.0-windows_amd64.zip", "url": "https://github.com/junegunn/fzf-bin/releases/download/0.23.0/fzf-0.23.0-windows_amd64.zip",
"hash": "755a5750c5fe8423058943f0837c34db1d1a3f77bf815084df4fa847fbeb18fc" "hash": "2a508a280a796d098c5e733c74bd3803af3f37c043b2e156be122727e625a575"
},
"32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.22.0/fzf-0.22.0-windows_386.zip",
"hash": "3b281ba73a94d35e0c6682dc24cbceafb10fda07cb62b3717377eb2dc26f84d2"
} }
}, },
"bin": "fzf.exe", "bin": "fzf.exe",
@ -21,9 +17,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_amd64.zip" "url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_386.zip"
} }
} }
} }