ripgrep@12.0.0: Fix extraction (#893)

This commit is contained in:
dodorz 2020-03-16 16:47:58 +08:00 committed by GitHub
parent 1563b00017
commit b1d9ee9981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,13 @@
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-pc-windows-msvc.zip",
"hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5"
"hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5",
"extract_dir": "ripgrep-12.0.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-i686-pc-windows-msvc.zip",
"hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b"
"hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b",
"extract_dir": "ripgrep-12.0.0-i686-pc-windows-msvc"
}
},
"bin": "rg.exe",
@ -18,10 +20,12 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip"
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip"
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-i686-pc-windows-msvc"
}
}
},