mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +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.1.1",
|
|
"url": "https://beyondgrep.com/ack-v3.1.1#/ack-single-file",
|
|
"hash": "2d7f87caf20a42770fec7956cf939100f8741bb3409d138d21f2d9f51d0beb7c",
|
|
"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"
|
|
}
|
|
}
|