mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "12.1.1",
|
|
"description": "Recursively searches directories for a regex pattern.",
|
|
"homepage": "https://github.com/BurntSushi/ripgrep",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.1.1/ripgrep-12.1.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a74d23c8c52a7cfddab029e3217cd7aad49e970ab3ee45fa72fa5f5536230088",
|
|
"extract_dir": "ripgrep-12.1.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.1.1/ripgrep-12.1.1-i686-pc-windows-msvc.zip",
|
|
"hash": "0256451a21cf5cf88dcd1823ffd2acd5e89d6b5dc9c2c8ad1324fd0e1f9ff61e",
|
|
"extract_dir": "ripgrep-12.1.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|