mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
ant: use normal mirror URL
This commit is contained in:
parent
a36d887e69
commit
0daf448721
4
ant.json
4
ant.json
@ -3,7 +3,7 @@
|
|||||||
"description": "Apache Ant is a Java library and command-line tool for compiling, assembling, testing and running Java and non-Java applications.",
|
"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",
|
"version": "1.10.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"url": "https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip",
|
"url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip",
|
||||||
"hash": "sha512:2e48f9e429d67708f5690bc307232f08440d01ebe414059292b6543971da9c7cd259c21533b9163b4dd753321c17bd917adf8407d03245a0945fc30a4e633163",
|
"hash": "sha512:2e48f9e429d67708f5690bc307232f08440d01ebe414059292b6543971da9c7cd259c21533b9163b4dd753321c17bd917adf8407d03245a0945fc30a4e633163",
|
||||||
"extract_dir": "apache-ant-1.10.5",
|
"extract_dir": "apache-ant-1.10.5",
|
||||||
"env_add_path": "bin",
|
"env_add_path": "bin",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"re": "Currently, Apache Ant (?:[\\d.]+ and )?([\\d.]+) (?:is|are) the best"
|
"re": "Currently, Apache Ant (?:[\\d.]+ and )?([\\d.]+) (?:is|are) the best"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://www-us.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip",
|
"url": "https://www.apache.org/dist/ant/binaries/apache-ant-$version-bin.zip",
|
||||||
"extract_dir": "apache-ant-$version",
|
"extract_dir": "apache-ant-$version",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$url.sha512"
|
"url": "$url.sha512"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user