h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

19 lines
723 B
JSON

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