summaryrefslogtreecommitdiffstats
path: root/development/gob2
diff options
context:
space:
mode:
author Erik Hanson2013-06-05 18:03:08 +0200
committer dsomero2013-06-05 18:03:08 +0200
commitafb12327a6d0d644f1ba233f7d0fc0cdee37cc89 (patch)
tree02e0a641e4ee7c31f69b330ff25d43cb5d5f9f4d /development/gob2
parent4051ad3647df5a9178817c614de6f014c8736dd7 (diff)
downloadslackbuilds-afb12327a6d0d644f1ba233f7d0fc0cdee37cc89.tar.gz
development/gob2: Updated for version 2.0.19.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/gob2')
-rw-r--r--development/gob2/gob2.SlackBuild6
-rw-r--r--development/gob2/gob2.info6
-rw-r--r--development/gob2/slack-desc10
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)