mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	kotlin-native: Fix checkver (#3236)
This commit is contained in:
		
							parent
							
								
									637098ab1a
								
							
						
					
					
						commit
						099f850efe
					
				@ -1,10 +1,10 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "homepage": "https://kotlinlang.org/",
 | 
					    "homepage": "https://kotlinlang.org/",
 | 
				
			||||||
    "version": "1.3.11",
 | 
					    "version": "1.1.2",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.11/kotlin-native-windows-1.3.11.zip",
 | 
					    "url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.21/kotlin-native-windows-1.1.2.zip",
 | 
				
			||||||
    "hash": "0824d576091c9b2ee34df13ca542b00f6db1a9c1f4159aa9f37d4f1af362e43d",
 | 
					    "hash": "0b64da34b57c2bc2be99c2b092eb96935652260f74fe1decdcac7d35a31067b7",
 | 
				
			||||||
    "extract_dir": "kotlin-native-windows-1.3.11",
 | 
					    "extract_dir": "kotlin-native-windows-1.1.2",
 | 
				
			||||||
    "bin": [
 | 
					    "bin": [
 | 
				
			||||||
        "bin\\cinterop.bat",
 | 
					        "bin\\cinterop.bat",
 | 
				
			||||||
        "bin\\jsinterop.bat",
 | 
					        "bin\\jsinterop.bat",
 | 
				
			||||||
@ -19,10 +19,11 @@
 | 
				
			|||||||
        "Kotlin": "kotlin"
 | 
					        "Kotlin": "kotlin"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "github": "https://github.com/JetBrains/kotlin"
 | 
					        "github": "https://github.com/JetBrains/kotlin",
 | 
				
			||||||
 | 
					        "regex": "v(?<kv>[0-9.]+)/kotlin-native-windows-([0-9.]+).zip"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-windows-$version.zip",
 | 
					        "url": "https://github.com/JetBrains/kotlin/releases/download/v$matchKv/kotlin-native-windows-$version.zip",
 | 
				
			||||||
        "extract_dir": "kotlin-native-windows-$version"
 | 
					        "extract_dir": "kotlin-native-windows-$version"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "notes": "Please keep in mind that this is still marked as an experimental feature!"
 | 
					    "notes": "Please keep in mind that this is still marked as an experimental feature!"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user