2017-12-11 05:00:21 +00:00

18 lines
685 B
JSON

{
"homepage": "https://beyondgrep.com/",
"license": "https://opensource.org/licenses/Artistic-2.0",
"version": "2.20",
"url": "https://beyondgrep.com/ack-2.20-single-file#/ack-single-file",
"hash": "fcdf3babf4264d126b362c9116eade83fe76f844f5de8f4150e54e0e83702e16",
"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 version ([\\d.]+),"
},
"autoupdate": {
"url": "https://beyondgrep.com/ack-$version-single-file#/ack-single-file"
}
}