mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			965 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			965 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://github.com/shyiko/jabba",
 | 
						|
    "version": "0.11.2",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "description": "Java Version Manager",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/shyiko/jabba/releases/download/0.11.2/jabba-0.11.2-windows-amd64.exe#/jabba.exe",
 | 
						|
            "hash": "f0eb517f41fe42499f7abef64edac3226c20b905671f852f36fdfbb6652a3c9b",
 | 
						|
            "pre_install": [
 | 
						|
                "New-Item \"$dir\\bin\" -ItemType Directory | Out-Null",
 | 
						|
                "Move-Item \"$dir\\jabba.exe\" \"$dir\\bin\\jabba.exe\""
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "bin\\jabba.exe",
 | 
						|
    "env_set": {
 | 
						|
        "JABBA_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "persist": "jdk",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/shyiko/jabba/releases/download/$version/jabba-$version-windows-amd64.exe#/jabba.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |