development/apache-ant: Updated for version 1.10.12.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Yousha Aleayoub 2022-07-29 22:25:32 +07:00 committed by Willy Sudiarto Raharjo
parent 44049059a2
commit 30fd37ebff
4 changed files with 10 additions and 10 deletions

View file

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

View file

@ -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}

View file

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

View file

@ -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.