From 5854078b21daa211a7111eb8e2fcada9fdc8b077 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 08:34:15 +0000 Subject: [PATCH] ant: Update to version 1.10.13 --- bucket/ant.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ant.json b/bucket/ant.json index aad9463f8b..1d05fc91ab 100644 --- a/bucket/ant.json +++ b/bucket/ant.json @@ -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",