mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
30 lines
952 B
JSON
30 lines
952 B
JSON
{
|
|
"homepage": "https://ant.apache.org/",
|
|
"version": "1.10.4",
|
|
"license": "Apache-2.0",
|
|
"url": "https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.4-bin.zip",
|
|
"hash": "sha512:fde746e4bdc0bb93c1bd3293966c9553929992dcc432ea392b3c9ed77b7765fdec4e691e226c69a1aabd342cf958527b720e827475aeb45fb78d0951444aeec0",
|
|
"extract_dir": "apache-ant-1.10.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|