mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
34 lines
938 B
JSON
34 lines
938 B
JSON
{
|
|
"homepage": "https://www.autoitscript.com/site/autoit/",
|
|
"license": "https://www.autoitscript.com/autoit3/docs/license.htm",
|
|
"version": "3.3.14.3",
|
|
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip",
|
|
"hash": "350a33f25e2c0293891536177e1bd484304bb8171743386742ebe2671812b094",
|
|
"extract_dir": "install",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
[
|
|
"AutoIt3_x64.exe",
|
|
"autoit"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": [
|
|
[
|
|
"AutoIt3.exe",
|
|
"autoit"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://www.autoitscript.com/site/autoit/downloads/",
|
|
"re": "<td>v([\\d.]+)</td>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip"
|
|
}
|
|
}
|