forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathant.json
27 lines (27 loc) · 1.03 KB
/
ant.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "1.10.12",
"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/openjdk"
},
"url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip",
"hash": "sha512:7e6fbcc3563df4bd87c883ad86a161a71da2774e0ed71a1b3aad82cbff1a7656ed9a0acb5ce40652129376dfd79f1ef74ec3369c1067d412a63062fea62ceccd",
"extract_dir": "apache-ant-1.10.12",
"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"
}
}