mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
		
			
				
	
	
		
			29 lines
		
	
	
		
			929 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			929 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.6.10",
 | 
						|
    "description": "A cross-platform, statically typed, general-purpose programming language with type inference.",
 | 
						|
    "homepage": "https://kotlinlang.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "JDK": "java/openjdk"
 | 
						|
    },
 | 
						|
    "url": "https://github.com/JetBrains/kotlin/releases/download/v1.6.10/kotlin-compiler-1.6.10.zip",
 | 
						|
    "hash": "432267996d0d6b4b17ca8de0f878e44d4a099b7e9f1587a98edc4d27e76c215a",
 | 
						|
    "extract_dir": "kotlinc",
 | 
						|
    "bin": [
 | 
						|
        "bin\\kotlin.bat",
 | 
						|
        "bin\\kotlinc.bat",
 | 
						|
        "bin\\kotlinc-js.bat",
 | 
						|
        "bin\\kotlinc-jvm.bat"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "KOTLIN_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://kotlinlang.org/docs/releases.html",
 | 
						|
        "regex": ">([\\d.]+)</b"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
 | 
						|
    }
 | 
						|
}
 |