diff options
Diffstat (limited to 'development/gob2/gob2.SlackBuild')
-rw-r--r-- | development/gob2/gob2.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/gob2/gob2.SlackBuild b/development/gob2/gob2.SlackBuild index d57fe78349..f24871a617 100644 --- a/development/gob2/gob2.SlackBuild +++ b/development/gob2/gob2.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for GOB-2 # -# Copyright 2009-2011 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=gob2 -VERSION=2.0.18 +VERSION=2.0.19 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . |