mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
AutoIt v3.3.14.2
This commit is contained in:
parent
920e0a0c90
commit
c93d6fd486
33
autoit.json
Normal file
33
autoit.json
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://www.autoitscript.com/site/autoit/",
|
||||||
|
"license": "https://www.autoitscript.com/autoit3/docs/license.htm",
|
||||||
|
"version": "3.3.14.2",
|
||||||
|
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip",
|
||||||
|
"hash": "44a2ba6b723cbc5eec389ea07ac43d696aeff01f0f1a62788aed1d1ce992a886",
|
||||||
|
"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": "Latest version:</strong> v([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user