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

91 lines
2.7 KiB
JSON

{
"version": "3.3.14.5",
"description": "Scripting language designed for automating the Windows GUI and general scripting",
"homepage": "https://www.autoitscript.com/site/autoit/",
"license": {
"identifier": "Freeware",
"url": "https://www.autoitscript.com/autoit3/docs/license.htm"
},
"suggest": {
"AutoIt Script Editor": "extras/autoit-script-editor"
},
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip",
"hash": "df9a20022998c7ac11af23fc69f5d42698ed187b4d03b75fa911570c648d9642",
"extract_dir": "install",
"architecture": {
"64bit": {
"bin": [
[
"AutoIt3_x64.exe",
"AutoIt"
],
[
"Aut2Exe\\Aut2exe_x64.exe",
"Aut2exe"
],
"Au3Check.exe"
],
"shortcuts": [
[
"AutoIt3_x64.exe",
"AutoIt"
],
[
"Au3Info_x64.exe",
"AutoIt Window Info Tool"
],
[
"Aut2Exe\\Aut2exe_x64.exe",
"AutoIt Script Compiler"
],
[
"SciTe\\SciTE.exe",
"AutoIt Script Editor"
]
]
},
"32bit": {
"bin": [
[
"AutoIt3.exe",
"AutoIt"
],
"Aut2Exe\\Aut2exe.exe",
"Au3Check.exe"
],
"shortcuts": [
[
"AutoIt3.exe",
"AutoIt"
],
[
"Au3Info.exe",
"AutoIt Window Info Tool"
],
[
"Aut2Exe\\Aut2exe.exe",
"AutoIt Script Compiler"
],
[
"SciTe\\SciTE.exe",
"AutoIt Script Editor"
]
]
}
},
"post_install": [
"$editor = versiondir 'autoit-script-editor' 'current'",
"if (Test-Path $editor) {",
" Remove-Item \"$dir\\SciTe\" -Recurse -Force",
" New-Item -Path \"$dir\\SciTE\" -Value \"$editor\" -ItemType Junction | Out-Null",
"}"
],
"checkver": {
"url": "https://www.autoitscript.com/site/autoit/downloads/",
"regex": "<td>v([\\d.]+)</td>"
},
"autoupdate": {
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip"
}
}