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>
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.2.0",
 | |
|     "license": "BSD-3-Clause",
 | |
|     "homepage": "https://www.dartlang.org/",
 | |
|     "description": "SDK for the Dart programming language",
 | |
|     "extract_dir": "dart-sdk",
 | |
|     "env_add_path": "bin",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.2.0/sdk/dartsdk-windows-x64-release.zip",
 | |
|             "hash": "f78fd7cccf5a6ec29199d8411db814116953595ac50634a6ee2231eee0e60529"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.2.0/sdk/dartsdk-windows-ia32-release.zip",
 | |
|             "hash": "a7beb71b181742e62462d53d5a955d67f7be01a67cba498d43affc6a692be55a"
 | |
|         }
 | |
|     },
 | |
|     "checkver": {
 | |
|         "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
 | |
|         "jp": "$.version"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/$version/sdk/dartsdk-windows-x64-release.zip"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/$version/sdk/dartsdk-windows-ia32-release.zip"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$url.sha256sum"
 | |
|         }
 | |
|     }
 | |
| }
 |