mate-common: Upgraded to 1.7.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-07-18 08:00:50 +07:00
parent 4bd7d91215
commit 32593b3c2e

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-common
VERSION=${VERSION:-1.6.1}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -37,7 +37,7 @@ if [ -z "$ARCH" ]; then
fi
if [ ! -f $PRGNAM-$VERSION.tar.xz ]; then
wget http://pub.mate-desktop.org/releases/1.6/$PRGNAM-$VERSION.tar.xz
wget http://pub.mate-desktop.org/releases/1.7/$PRGNAM-$VERSION.tar.xz
fi
NUMJOBS=${NUMJOBS:-" -j8 "}