2017-05-14 00:42:27 +01:00

28 lines
1.0 KiB
JSON

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