mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
* Update acmesharp.json * Update adb.json * Update ammonite.json * Update ant.json * Update apache.json * Update axel.json * Update bazel.json * Update bfg.json * Update blink1-tool.json * Update busybox.json * Update cacert.json * Update composer.json * Update dart.json * Update dep.json * Update devd.json * Update diffutils.json * Update dig.json * Update digdag.json * Update dirhash.json * Update docfx.json * Update docker-compose.json * Update docker-machine.json * Update docker.json * Update dosbox.json * Update dotnet-sdk.json * Update dotnet.json
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://ant.apache.org/",
|
|
"description": "Apache Ant is a Java library and command-line tool for compiling, assembling, testing and running Java and non-Java applications.",
|
|
"version": "1.10.5",
|
|
"license": "Apache-2.0",
|
|
"url": "https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip",
|
|
"hash": "sha512:2e48f9e429d67708f5690bc307232f08440d01ebe414059292b6543971da9c7cd259c21533b9163b4dd753321c17bd917adf8407d03245a0945fc30a4e633163",
|
|
"extract_dir": "apache-ant-1.10.5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|