aboutsummaryrefslogtreecommitdiff
path: root/system/herculesstudio/herculesstudio.SlackBuild
diff options
context:
space:
mode:
authorNiels Horn <niels.horn@gmail.com>2010-08-25 21:24:55 -0400
committerErik Hanson <erik@slackbuilds.org>2010-08-29 15:32:12 -0500
commit39b2848b62ef2d68cb9934e91ca745c49726b8b0 (patch)
tree666d0848c4e328270570d18a408945598d871e2e /system/herculesstudio/herculesstudio.SlackBuild
parentece540eebfe46309d8e7ea6dd8e09098dd2c2de0 (diff)
downloadslackbuilds-39b2848b62ef2d68cb9934e91ca745c49726b8b0.tar.xz
system/herculesstudio: Updated for version 1.2.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/herculesstudio/herculesstudio.SlackBuild')
-rw-r--r--system/herculesstudio/herculesstudio.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/herculesstudio/herculesstudio.SlackBuild b/system/herculesstudio/herculesstudio.SlackBuild
index f652c686baa5..11ab7b9cb128 100644
--- a/system/herculesstudio/herculesstudio.SlackBuild
+++ b/system/herculesstudio/herculesstudio.SlackBuild
@@ -4,21 +4,19 @@
# a GUI for the Hercules Emulator
# Written by Niels Horn <niels.horn@gmail.com>
-# revision date 2010/01/27
+# revision date 2010/08/21
PRGNAM=herculesstudio
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PRGUNTARRED=HerculesStudio
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi