ScoopInstaller_Main/ripgrep.json
2018-02-21 03:00:55 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT",
"version": "0.8.1",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep-0.8.1-x86_64-pc-windows-msvc.zip",
"hash": "f0304442cbfeee9992bcf9f13e205660aa26f711d1591808f7f0383d605ebb78"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep-0.8.1-i686-pc-windows-msvc.zip",
"hash": "b9b25159675f8419089332c27d25dd9b810633aaf634c40f7fd3d334839aaa0c"
}
},
"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"
]
}
}