mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 09:01:19 +00:00
19 lines
696 B
JSON
19 lines
696 B
JSON
{
|
|
"homepage": "https://beyondgrep.com/",
|
|
"description": "A tool like grep, optimized for programmers",
|
|
"license": "Artistic-2.0",
|
|
"version": "3.2.0",
|
|
"url": "https://beyondgrep.com/ack-v3.2.0#/ack-single-file",
|
|
"hash": "dee06c35c2f432ceedf6b0dad6d393c946d49d51af4e1e031be13445a0e6ce55",
|
|
"bin": "ack.bat",
|
|
"depends": "perl",
|
|
"pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"",
|
|
"checkver": {
|
|
"url": "https://beyondgrep.com/install/",
|
|
"re": "The current stable version of ack is v([\\d.]+),"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://beyondgrep.com/ack-v$version#/ack-single-file"
|
|
}
|
|
}
|