2018-02-07 06:00:20 +00:00

30 lines
949 B
JSON

{
"homepage": "https://ant.apache.org/",
"version": "1.10.2",
"license": "Apache 2.0",
"url": "https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.zip",
"hash": "sha512:2b6b3b1769a38e0037c8f3825ffeb2094fbb2985128f3b03d1b10d792e75850d13cf04513a0c59a8ca89f1a446ca509def0bd5c2f2644f51054f56f2007a29d9",
"extract_dir": "apache-ant-1.10.2",
"env_add_path": "bin",
"env_set": {
"ANT_HOME": "$dir"
},
"suggest": {
"JDK": [
"extras/oraclejdk",
"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"
}
}
}