mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
19 lines
703 B
JSON
19 lines
703 B
JSON
{
|
|
"version": "3.7.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.7.0#/ack-single-file",
|
|
"hash": "dd5a7c2df81ee15d97b6bf6b3ff84ad2529c98e1571817861c7d4fd8d48af908",
|
|
"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"
|
|
}
|
|
}
|