diff options
author | Erik Hanson <erik@slackbuilds.org> | 2014-02-20 08:58:32 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-21 14:41:03 -0600 |
commit | e96abd9d093896ca6bab1cc00ac810e72798c050 (patch) | |
tree | 1fee3d8a3e45a1c93a4097808bd3cfc3e77646e1 /system/gparted/gparted.SlackBuild | |
parent | bcc07cc38f79d59b4d060d17b7deca0f16762fbd (diff) | |
download | slackbuilds-e96abd9d093896ca6bab1cc00ac810e72798c050.tar.gz |
system/gparted: Updated for version 0.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 70c27cc9cd..81f64ce737 100644 --- a/system/gparted/gparted.SlackBuild +++ b/system/gparted/gparted.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for GParted # -# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2014 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.17.0} +VERSION=${VERSION:-0.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |