mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
30 lines
952 B
JSON
30 lines
952 B
JSON
{
|
|
"homepage": "https://ant.apache.org/",
|
|
"version": "1.10.3",
|
|
"license": "Apache-2.0",
|
|
"url": "https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.3-bin.zip",
|
|
"hash": "sha512:e8f82a00ecfc460050975061ace65bb7e3e7156c97a5ed2dafdb1f9ef50165a8b8baaaf3164c5b39c70f51101167b188d81abb7a966945b9830a31a64043c463",
|
|
"extract_dir": "apache-ant-1.10.3",
|
|
"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-us.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip",
|
|
"extract_dir": "apache-ant-$version",
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
}
|
|
}
|
|
}
|