2022-08-21 04:31:22 +00:00

19 lines
703 B
JSON

{
"version": "3.6.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.6.0#/ack-single-file",
"hash": "436c4ef67a99a60e1fd119e24c0f3eec8f97b5914cc36fe960ebab71045a21c7",
"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"
}
}