mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-01 06:11:20 +00:00 
			
		
		
		
	 8df1b0a8c5
			
		
	
	
		8df1b0a8c5
		
			
		
	
	
	
	
		
			
			* swc@1.13.19: Add pre_install, update checkver and autoupdate * swc@1.13.19: Update checkver and autoupdate * swc: Update to version 1.13.20, update checkver * swc@1.13.20: Update checkver and autoupdate * swc@1.13.20: Update checkver's regex to explictly exclude nightlies * swc@1.13.20: Update checkver's regex to explictly exclude nightlies --------- Co-authored-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.13.20",
 | |
|     "description": "A super-fast TypeScript / JavaScript compiler written in Rust",
 | |
|     "homepage": "https://swc.rs",
 | |
|     "license": "Apache-2.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-x64-msvc.exe#/swc.exe",
 | |
|             "hash": "0d6d483a4aa830ca1b7d73b1f090de8700a3942fbd3de7295816c747c3e117ab"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-ia32-msvc.exe#/swc.exe",
 | |
|             "hash": "0fca1d4c81cdf3b8b47984ff942ba2b7bf43b3cad8358d91ed9283cc4b9d4824"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-arm64-msvc.exe#/swc.exe",
 | |
|             "hash": "2cb8ce03cba8b2b43e9b9adc5220b3382911bef9b6d55ef807da7a9a73b41554"
 | |
|         }
 | |
|     },
 | |
|     "bin": "swc.exe",
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/swc-project/swc",
 | |
|         "regex": "tag/v?(?![^\"]*-nightly-)([\\d\\.]+)(?=\")"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-x64-msvc.exe#/swc.exe"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-ia32-msvc.exe#/swc.exe"
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": "https://github.com/swc-project/swc/releases/download/v$version/swc-win32-arm64-msvc.exe#/swc.exe"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |