2019-12-28 23:00:31 +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.3.0",
"url": "https://beyondgrep.com/ack-v3.3.0#/ack-single-file",
"hash": "8a1f92a33b1f4fe587e67205275ee22a311f92cf541d549da51bca4d49f41691",
"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"
}
}