mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"homepage": "http://ant.apache.org/",
|
|
"version": "1.10.1",
|
|
"license": "Apache 2.0",
|
|
"url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.zip",
|
|
"hash": "sha512:cf85d2b52ac379eaf83ae98544fd0317833a57811764cb1f5082f1ef046ba4f069bddf980f594ca00a93e1b37b4e646fdc8885a37651c5c9e8fc5d2b595256f6",
|
|
"extract_dir": "apache-ant-1.10.1",
|
|
"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": "http://www-us.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip",
|
|
"extract_dir": "apache-ant-$version",
|
|
"hash": {
|
|
"mode": "extract",
|
|
"type": "sha512",
|
|
"url": "http://www-us.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip.sha512"
|
|
}
|
|
}
|
|
}
|