mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "13.0.0",
|
|
"description": "Recursively searches directories for a regex pattern.",
|
|
"homepage": "https://github.com/BurntSushi/ripgrep",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep-13.0.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a47ace6f654c5ffa236792fc3ee3fefd9c7e88e026928b44da801acb72124aa8",
|
|
"extract_dir": "ripgrep-13.0.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep-13.0.0-i686-pc-windows-msvc.zip",
|
|
"hash": "725fab270e0c7419e0032b8dcf28cb399337be9d4867d4e527a1d9671efecffb",
|
|
"extract_dir": "ripgrep-13.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"
|
|
}
|
|
}
|
|
}
|
|
}
|