2019-06-26 03:00:18 +00:00

19 lines
696 B
JSON

{
"homepage": "https://beyondgrep.com/",
"description": "A tool like grep, optimized for programmers",
"license": "Artistic-2.0",
"version": "3.0.1",
"url": "https://beyondgrep.com/ack-v3.0.1#/ack-single-file",
"hash": "b2d39057c9e0b4dc139450fbf1793752ca529f51b92b44c7454cec11d97fc255",
"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"
}
}