h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT",
"version": "11.0.1",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/11.0.1/ripgrep-11.0.1-x86_64-pc-windows-msvc.zip",
"hash": "dc6fe1a859f0e27f9a8b6a637265a4b4477f8e22f4489549f295836eac53f71e"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/11.0.1/ripgrep-11.0.1-i686-pc-windows-msvc.zip",
"hash": "07d967ffc000b74f0912a87767799eaccb008b8ab6022f7018efba9b6f681b43"
}
},
"bin": "rg.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}