diff options
author | Erik Hanson <erik@slackbuilds.org> | 2013-04-12 22:18:39 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:21:03 -0500 |
commit | 4683b86f30713766580e56fa3e54bebd6c1e5b52 (patch) | |
tree | a154afbf5f59c61e871ff1af379a585602097667 /system/gparted/gparted.SlackBuild | |
parent | 9d7dd7ec72867907209426c5196080d5ca09c8f0 (diff) | |
download | slackbuilds-4683b86f30713766580e56fa3e54bebd6c1e5b52.tar.gz |
system/gparted: Updated for version 0.15.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/gparted/gparted.SlackBuild')
-rw-r--r-- | system/gparted/gparted.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gparted/gparted.SlackBuild b/system/gparted/gparted.SlackBuild index bdeaebbe14..f0e1adc77d 100644 --- a/system/gparted/gparted.SlackBuild +++ b/system/gparted/gparted.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for GParted # -# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2013 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=${VERSION:-0.14.1} +VERSION=${VERSION:-0.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |