mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://github.com/BurntSushi/ripgrep",
|
|
"description": "Recursively searches directories for a regex pattern.",
|
|
"license": "MIT",
|
|
"version": "12.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.1.0/ripgrep-12.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d448ce19f9bfe81a1014f5a46675ef7e26253191786ec86dcdd98da11392ae3f",
|
|
"extract_dir": "ripgrep-12.1.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.1.0/ripgrep-12.1.0-i686-pc-windows-msvc.zip",
|
|
"hash": "8dcca7ca3d498c7e36de50151f97b2c8dd2b7e216638479ecf6323624e50eeb9",
|
|
"extract_dir": "ripgrep-12.1.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"
|
|
}
|
|
}
|