mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "3.0.4",
 | |
|     "description": "A cross-platform build utility based on Lua",
 | |
|     "homepage": "https://xmake.io",
 | |
|     "license": "Apache-2.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.4/xmake-v3.0.4.win64.zip",
 | |
|             "hash": "7cb19a3dde790ca77fc23dcc1c13ef451ba2fb9a4a1b23f52cc6eb8966458d7e"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.4/xmake-v3.0.4.win32.zip",
 | |
|             "hash": "9e25f973ccd2342f90485d0b7302a89ca302eb7075928f0bf939ef5fb2210bed"
 | |
|         }
 | |
|     },
 | |
|     "extract_dir": "xmake",
 | |
|     "bin": [
 | |
|         "xmake.exe",
 | |
|         "xrepo.bat"
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/xmake-io/xmake"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip",
 | |
|                 "hash": {
 | |
|                     "url": "$baseurl/xmake-v$version.win64.sha256",
 | |
|                     "regex": "$sha256.*?zip"
 | |
|                 }
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip",
 | |
|                 "hash": {
 | |
|                     "url": "$baseurl/xmake-v$version.win32.sha256",
 | |
|                     "regex": "$sha256.*?zip"
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)