system/gparted: Updated for version 0.12.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-02-22 15:52:49 -02:00
parent ac65650b01
commit 179dfde092
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for GParted
#
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gparted
VERSION=0.11.0
VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="gparted"
VERSION="0.11.0"
VERSION="0.12.0"
HOMEPAGE="http://gparted.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/gparted/gparted-0.11.0.tar.bz2"
MD5SUM="93db664bad4c5f0c9a1384b7eac7df5c"
DOWNLOAD="http://downloads.sourceforge.net/gparted/gparted-0.12.0.tar.bz2"
MD5SUM="63a24677ff2ef0e62408ba684f233fab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"