Jakub Čábera fa56341c2e yq: Update to version 4.1.0
apimtemplate: Fix extraction
format a*
2020-12-26 08:35:32 +01:00

31 lines
1.1 KiB
JSON

{
"version": "1.10.9",
"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.9-bin.zip",
"hash": "sha512:d085f59349edf22a93d835aa30aea2521ed39bdb99d57d941f1ebd8d115a561bb28aecc781915ff2a0d9f7caf7bae536cdda0910bb432b2a4bce8b7b90c2903b",
"extract_dir": "apache-ant-1.10.9",
"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"
}
}