diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-03-25 23:37:46 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 14:46:29 +0200 |
commit | f010c641bbd04debbf85cbc0b0bb2961167c28ad (patch) | |
tree | 04beb70a9839b95297d4cd99ac50e1d540968d4c /system/gparted | |
parent | 596836f66457ce23f77b952764ca3f4bdf9d2858 (diff) |
system/gparted: Updated for version 0.5.2.
Diffstat (limited to 'system/gparted')
-rw-r--r-- | system/gparted/gparted.SlackBuild | 4 | ||||
-rw-r--r-- | system/gparted/gparted.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/gparted/gparted.SlackBuild b/system/gparted/gparted.SlackBuild index 9001ea578737..e3591ffef607 100644 --- a/system/gparted/gparted.SlackBuild +++ b/system/gparted/gparted.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for GParted # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2010 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.4.8 +VERSION=0.5.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/gparted/gparted.info b/system/gparted/gparted.info index 43b986ffdf61..7a8b419c0760 100644 --- a/system/gparted/gparted.info +++ b/system/gparted/gparted.info @@ -1,10 +1,10 @@ PRGNAM="gparted" -VERSION="0.4.8" +VERSION="0.5.2" HOMEPAGE="http://gparted.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gparted/gparted-0.4.8.tar.bz2" -MD5SUM="2433b628df9c6cae2022a54d27368dc4" +DOWNLOAD="http://downloads.sourceforge.net/gparted/gparted-0.5.2.tar.bz2" +MD5SUM="9020d112fa239ef1b58ed34bbad254c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" +APPROVED="pprkut" |