Richard Kuhnt ff4e23463c Add Java bucket maintained by @se35710 (#2209)
* Add Java bucket maintained by @se35710
2018-04-21 23:18:19 +02:00

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"
}
}
}