Jakub Čábera fa56341c2e yq: Update to version 4.1.0
apimtemplate: Fix extraction
format a*
2020-12-26 08:35:32 +01:00

19 lines
703 B
JSON

{
"version": "3.4.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.4.0#/ack-single-file",
"hash": "e048c5e6144f5932d8672c2fade81d9073d5b3ca1517b84df006de3d25414fc1",
"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"
}
}