2017-04-09 17:00:31 +02:00

28 lines
1.0 KiB
JSON

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