2016-11-14 21:09:31 +11:00

21 lines
777 B
JSON

{
"homepage": "https://github.com/BurntSushi/ripgrep",
"licence": "MIT",
"version": "0.2.9",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.2.9/ripgrep-0.2.9-x86_64-pc-windows-msvc.zip",
"hash": "22ba4ba70142f3d8fe575058e3a1ecb128b9dfdd037ae737fed5531857fa59ed"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.2.9/ripgrep-0.2.9-i686-pc-windows-msvc.zip",
"hash": "d1110d07500d3d68ead8af7801e650ee6b7cc207a9679093fd905cc015a9b811"
}
},
"bin": "rg.exe",
"checkver": {
"url": "https://github.com/BurntSushi/ripgrep/releases/latest",
"re": "\/releases\/tag\/([\\d.]+)"
}
}