2021-03-13 05:00:43 +00:00

19 lines
703 B
JSON

{
"version": "3.5.0",
"description": "A tool like grep, optimized for programmers",
"homepage": "https://beyondgrep.com/",
"license": "Artistic-2.0",
"depends": "perl",
"url": "https://beyondgrep.com/ack-v3.5.0#/ack-single-file",
"hash": "6870d3c90691c3c4a9ec2ae69880e85c5188aa57adeeca2a794b477e034b989f",
"bin": "ack.bat",
"pre_install": "Set-Content -Value '@perl.exe \"%~dp0ack-single-file\" %*' -Path \"$dir\\ack.bat\"",
"checkver": {
"url": "https://beyondgrep.com/install/",
"regex": "The current stable version of ack is v([\\d.]+),"
},
"autoupdate": {
"url": "https://beyondgrep.com/ack-v$version#/ack-single-file"
}
}