diff options
author | Erik Hanson <erik@slackbuilds.org> | 2015-05-15 17:38:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:29 +0700 |
commit | fa3d4126a289b0eb80ddeadeefbacdd55177d083 (patch) | |
tree | 32ec204dc890568db082098da7d45fc2988a03ce /system/gparted/gparted.SlackBuild | |
parent | 0e741dc6480b36c09de634ad6b8f284f16155048 (diff) |
system/gparted: Updated for version 0.22.0.
Signed-off-by: Erik Hanson <erik@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 5feb9b6084562..e19c9ff85545e 100644 --- a/system/gparted/gparted.SlackBuild +++ b/system/gparted/gparted.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for GParted # -# Copyright 2009-2014 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2015 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.19.0} +VERSION=${VERSION:-0.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |