diff options
author | Erik Hanson <erik@slackbuilds.org> | 2013-06-05 12:03:08 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 12:03:08 -0400 |
commit | afb12327a6d0d644f1ba233f7d0fc0cdee37cc89 (patch) | |
tree | 02e0a641e4ee7c31f69b330ff25d43cb5d5f9f4d /development | |
parent | 4051ad3647df5a9178817c614de6f014c8736dd7 (diff) | |
download | slackbuilds-afb12327a6d0d644f1ba233f7d0fc0cdee37cc89.tar.gz |
development/gob2: Updated for version 2.0.19.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gob2/gob2.SlackBuild | 6 | ||||
-rw-r--r-- | development/gob2/gob2.info | 6 | ||||
-rw-r--r-- | development/gob2/slack-desc | 10 |
3 files changed, 11 insertions, 11 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 . diff --git a/development/gob2/gob2.info b/development/gob2/gob2.info index 8d2ac06f9f..63383e2cbf 100644 --- a/development/gob2/gob2.info +++ b/development/gob2/gob2.info @@ -1,8 +1,8 @@ PRGNAM="gob2" -VERSION="2.0.18" +VERSION="2.0.19" HOMEPAGE="http://www.5z.com/jirka/gob.html" -DOWNLOAD="http://ftp.5z.com/pub/gob/gob2-2.0.18.tar.gz" -MD5SUM="d8a12bb9f7ae6eeddcb16da03fe25323" +DOWNLOAD="http://ftp.5z.com/pub/gob/gob2-2.0.19.tar.xz" +MD5SUM="d7f2e7b96c33458d69b6381e28e4ac69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/gob2/slack-desc b/development/gob2/slack-desc index c160a4cbb6..0582b8dc92 100644 --- a/development/gob2/slack-desc +++ b/development/gob2/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| gob2: GOB-2 (a preprocessor for making GObjects with inline C code) |