ant: Update to version 1.10.13

This commit is contained in:
github-actions[bot] 2023-01-10 08:34:15 +00:00
parent 8f5f89afd6
commit 5854078b21

View File

@ -1,14 +1,14 @@
{
"version": "1.10.12",
"version": "1.10.13",
"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",
"url": "https://www.apache.org/dist/ant/binaries/apache-ant-1.10.13-bin.zip",
"hash": "sha512:347e964db73d1f8e9fe110f135625920e09c8c9997e9950c405cfeec60b70750044a91ef0535d76d6f8e023de0788f2619be76fd91b7a80be9a6b569a16cc3e8",
"extract_dir": "apache-ant-1.10.13",
"pre_install": [
"# Record built-in libs in builtin_libs.json",
"$builtin_libs = Get-ChildItem \"$dir\\lib\" | Select -ExpandProperty Name",