2020-03-16 09:47:58 +01:00

36 lines
1.5 KiB
JSON

{
"homepage": "https://github.com/BurntSushi/ripgrep",
"description": "Recursively searches directories for a regex pattern.",
"license": "MIT",
"version": "12.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-pc-windows-msvc.zip",
"hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5",
"extract_dir": "ripgrep-12.0.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-i686-pc-windows-msvc.zip",
"hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b",
"extract_dir": "ripgrep-12.0.0-i686-pc-windows-msvc"
}
},
"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",
"extract_dir": "ripgrep-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-i686-pc-windows-msvc"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}