mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			754 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			754 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.10.11",
 | 
						|
    "description": "A build tool for Scala, Java, and more",
 | 
						|
    "homepage": "https://www.scala-sbt.org",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "url": "https://github.com/sbt/sbt/releases/download/v1.10.11/sbt-1.10.11.zip",
 | 
						|
    "hash": "d5f1c189b2cfce8e652cfd8273382b53890385b91f30beffc13521f1c73c3ece",
 | 
						|
    "extract_dir": "sbt",
 | 
						|
    "env_set": {
 | 
						|
        "SBT_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "bin": "bin\\sbt.bat",
 | 
						|
    "persist": "conf",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.scala-sbt.org/download/",
 | 
						|
        "regex": "/sbt-([\\d.]+)\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |