development/apache-ivy: Updated for version 2.2.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Vincent Batts 2011-02-01 23:24:59 -06:00 committed by Robby Workman
parent 401a4255ce
commit 768b2a16f9
2 changed files with 6 additions and 7 deletions

View file

@ -4,20 +4,19 @@
# Written by Vincent Batts, vbatts@hashbangbash.com
PRGNAM=apache-ivy
VERSION=2.1.0
VERSION=2.2.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
TEAM=$(echo $PRGNAM | cut -d- -f1)
PROJECT=$(echo $PRGNAM | cut -d- -f2)
ANT_HOME=/usr/share/ant
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,10 +1,10 @@
PRGNAM="apache-ivy"
VERSION="2.1.0"
VERSION="2.2.0"
HOMEPAGE="http://ant.apache.org/ivy/"
DOWNLOAD="http://mirror.cloudera.com/apache/ant/ivy/2.1.0/apache-ivy-2.1.0-bin.tar.gz"
MD5SUM="4b0c954d9a42c94f7989c48b076b622c"
DOWNLOAD="http://mirror.cloudera.com/apache/ant/ivy/2.2.0/apache-ivy-2.2.0-bin.tar.gz"
MD5SUM="80d87a17006518a762ceeb88b692cbe6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"
APPROVED="Erik Hanson"
APPROVED="rworkman"