mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://ant.apache.org/",
 | 
						|
    "description": "Apache Ant is a Java library and command-line tool for compiling, assembling, testing and running Java and non-Java applications.",
 | 
						|
    "version": "1.10.6",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.zip",
 | 
						|
    "hash": "sha512:9ba9467f05f1c7fa7161f857b0085461ce28401a2fe01a8062eec2254eaafc4b239fb3dc9298b5df5f27c2bb64618a8606a6885aa171604c541f4d5fe394b361",
 | 
						|
    "extract_dir": "apache-ant-1.10.6",
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "env_set": {
 | 
						|
        "ANT_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "JDK": [
 | 
						|
            "java/oraclejdk",
 | 
						|
            "java/openjdk"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://ant.apache.org/bindownload.cgi",
 | 
						|
        "re": "Currently, Apache Ant (?:[\\d.]+ and )?([\\d.]+) (?:is|are) the best"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://www.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip",
 | 
						|
        "extract_dir": "apache-ant-$version",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |