From ad8ed741b31a35a25d9197a72561f973e05f78ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:30:19 +0000 Subject: [PATCH] ant: Update to version 1.10.15 --- bucket/ant.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ant.json b/bucket/ant.json index d98fedbe7f..320fbce219 100644 --- a/bucket/ant.json +++ b/bucket/ant.json @@ -1,14 +1,14 @@ { - "version": "1.10.14", + "version": "1.10.15", "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://dlcdn.apache.org//ant/binaries/apache-ant-1.10.14-bin.zip", - "hash": "sha512:6e85cf45726ee88c916976aba07488b79da84be1a31b5c5441a65c28bb4436b5a5a373402c78ac6a3827bd261fb924124bb9534e52d6429162eaf57b9737124c", - "extract_dir": "apache-ant-1.10.14", + "url": "https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.15-bin.zip", + "hash": "sha512:1de7facbc9874fa4e5a2f045d5c659f64e0b89318c1dbc8acc6aae4595c4ffaf90a7b1ffb57f958dd08d6e086d3fff07aa90e50c77342a0aa5c9b4c36bff03a9", + "extract_dir": "apache-ant-1.10.15", "pre_install": [ "# Record built-in libs in builtin_libs.json", "$builtin_libs = Get-ChildItem \"$dir\\lib\" | Select -ExpandProperty Name",