summaryrefslogtreecommitdiffstats
path: root/gmtk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-02-19 16:32:42 +0000
committer Eric Hameleers <alien@slackware.com>2013-02-19 16:32:42 +0000
commitcc04e2ac3ae85e47a3f29a3feecb1b79d4c237f8 (patch)
tree0397c55e9ec04e99c01c51843e1353fe80919711 /gmtk
parent0c43ef4f183503c9eb6d69b8bec5a523c79040a4 (diff)
downloadasb-cc04e2ac3ae85e47a3f29a3feecb1b79d4c237f8.tar.gz
asb-cc04e2ac3ae85e47a3f29a3feecb1b79d4c237f8.tar.xz
Updated to 1.0.7
Diffstat (limited to 'gmtk')
-rwxr-xr-xgmtk/build/gmtk.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/gmtk/build/gmtk.SlackBuild b/gmtk/build/gmtk.SlackBuild
index cb53d6cf..4867fe9d 100755
--- a/gmtk/build/gmtk.SlackBuild
+++ b/gmtk/build/gmtk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.0.6-1: 11/Oct/2012 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.0.7-1: 19/feb/2013 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh gmtk.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=gmtk
-VERSION=${VERSION:-1.0.6}
+VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}