diff options
Diffstat (limited to 'development/apache-ant/apache-ant.SlackBuild')
-rw-r--r-- | development/apache-ant/apache-ant.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/apache-ant/apache-ant.SlackBuild b/development/apache-ant/apache-ant.SlackBuild index c8fe843283..1acf879a01 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.10.12} +VERSION=${VERSION:-1.10.15} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,9 +40,6 @@ TEAM=$(echo $PRGNAM | cut -d- -f1) PROJECT=$(echo $PRGNAM | cut -d- -f2) ANT_HOME=/usr/share/$PROJECT -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |