mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.23.1",
 | 
						|
    "description": "A static code analysis tool for the Kotlin programming language",
 | 
						|
    "homepage": "https://github.com/detekt/detekt",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "JDK": [
 | 
						|
            "java/oraclejdk",
 | 
						|
            "java/openjdk"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "url": "https://github.com/detekt/detekt/releases/download/v1.23.1/detekt-cli-1.23.1.zip",
 | 
						|
    "hash": "4e23c461f2c85f57b2d8aa14917ee17f95369f4fdbdbe18a97cdd91f85ecff7b",
 | 
						|
    "extract_dir": "detekt-cli-1.23.1",
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "bin\\detekt-cli.bat",
 | 
						|
            "detekt"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repos/detekt/detekt/releases",
 | 
						|
        "regex": "detekt-cli-(?<version>[\\d.]+)\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip",
 | 
						|
        "extract_dir": "detekt-cli-$version"
 | 
						|
    }
 | 
						|
}
 |