ant: Update to version 1.10.15

This commit is contained in:
github-actions[bot] 2024-08-29 16:30:19 +00:00
parent 4111fd0688
commit ad8ed741b3

View File

@ -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",