diff options
author | Yousha Aleayoub <yousha.a@hotmail.com> | 2022-07-29 22:25:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-29 22:25:32 +0700 |
commit | 30fd37ebff2e314b7f09961430f0f4895c87eb66 (patch) | |
tree | 99d7837e76fa4d806042f83ebc88a1e26bfc2f95 /development/apache-ant | |
parent | 44049059a2389fb70bbe2de8232dca5a99e57182 (diff) |
development/apache-ant: Updated for version 1.10.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-ant')
-rw-r--r-- | development/apache-ant/README | 4 | ||||
-rw-r--r-- | development/apache-ant/apache-ant.SlackBuild | 2 | ||||
-rw-r--r-- | development/apache-ant/apache-ant.info | 10 | ||||
-rw-r--r-- | development/apache-ant/slack-desc | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README index 3236ae09c9ce9..b48176fc2cbf1 100644 --- a/development/apache-ant/README +++ b/development/apache-ant/README @@ -1,5 +1,5 @@ -Apache Ant is a Java-based build tool - like make, but without make's -wrinkles. :-) +Apache Ant is a Java library and command-line tool that help +building software. Ant is extended using Java classes. The configuration files are XML-based, calling out a target tree where tasks get executed. Each diff --git a/development/apache-ant/apache-ant.SlackBuild b/development/apache-ant/apache-ant.SlackBuild index 98dd78bfef1e7..c8fe843283110 100644 --- a/development/apache-ant/apache-ant.SlackBuild +++ b/development/apache-ant/apache-ant.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=apache-ant -VERSION=${VERSION:-1.9.14} +VERSION=${VERSION:-1.10.12} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/apache-ant/apache-ant.info b/development/apache-ant/apache-ant.info index b5b82484d9ac2..da6a9185146a8 100644 --- a/development/apache-ant/apache-ant.info +++ b/development/apache-ant/apache-ant.info @@ -1,10 +1,10 @@ PRGNAM="apache-ant" -VERSION="1.9.14" +VERSION="1.10.12" HOMEPAGE="http://ant.apache.org/" -DOWNLOAD="https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.14-bin.tar.bz2" -MD5SUM="04ea0b503e1fd3a4e375009d021e98da" +DOWNLOAD="https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.12-bin.tar.bz2" +MD5SUM="a63962139a5e031940ef4f48ea11298a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Luc Van Rompaey" -EMAIL="luc.vanrompaey@gmail.com" +MAINTAINER="Yousha Aleayoub" +EMAIL="yousha.a@hotmail.com" diff --git a/development/apache-ant/slack-desc b/development/apache-ant/slack-desc index 55f136179bed5..d7077812ed209 100644 --- a/development/apache-ant/slack-desc +++ b/development/apache-ant/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| apache-ant: apache-ant (Java-based build tool) apache-ant: -apache-ant: Apache Ant is a Java-based build tool - like make but without -apache-ant: make's wrinkles. +apache-ant: Apache Ant is a Java library and command-line tool that help +apache-ant: building software. apache-ant: apache-ant: Ant is extended using Java classes. The configuration files are apache-ant: XML-based, calling out a target tree where tasks get executed. |