mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 ccc24e57b6
			
		
	
	
		ccc24e57b6
		
	
	
	
	
		
			
			Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "homepage": "https://www.autoitscript.com/site/autoit/",
 | |
|     "description": "Scripting language designed for automating the Windows GUI and general scripting",
 | |
|     "license": {
 | |
|         "identifier": "Freeware",
 | |
|         "url": "https://www.autoitscript.com/autoit3/docs/license.htm"
 | |
|     },
 | |
|     "version": "3.3.14.5",
 | |
|     "url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip",
 | |
|     "hash": "df9a20022998c7ac11af23fc69f5d42698ed187b4d03b75fa911570c648d9642",
 | |
|     "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"
 | |
|     }
 | |
| }
 |