2021-04-17 17:00:17 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.10.10",
"description": "Apache Ant is a Java library and command-line tool for compiling, assembling, testing and running Java and non-Java applications.",
"homepage": "https://ant.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.10-bin.zip",
"hash": "sha512:d6fc3b77fe6d32c7442a9e232f2442ec701d17a570022e9bdfed2f08a031d6d04507b2ef78c1118e7cbdadce9997d70da1af27e83b566328dbf0b9d63da604a3",
"extract_dir": "apache-ant-1.10.10",
"env_add_path": "bin",
"env_set": {
"ANT_HOME": "$dir"
},
"checkver": {
"url": "https://ant.apache.org/bindownload.cgi",
"regex": "Currently, Apache Ant (?:[\\d.]+ and )?([\\d.]+) (?:is|are) the best"
},
"autoupdate": {
"url": "https://www.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip",
"hash": {
"url": "$url.sha512"
},
"extract_dir": "apache-ant-$version"
}
}