summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2010-08-25 21:24:55 -0400
committer Erik Hanson <erik@slackbuilds.org>2010-08-29 15:32:12 -0500
commit39b2848b62ef2d68cb9934e91ca745c49726b8b0 (patch)
tree666d0848c4e328270570d18a408945598d871e2e /system
parentece540eebfe46309d8e7ea6dd8e09098dd2c2de0 (diff)
downloadslackbuilds-39b2848b62ef2d68cb9934e91ca745c49726b8b0.tar.gz
slackbuilds-39b2848b62ef2d68cb9934e91ca745c49726b8b0.tar.xz
system/herculesstudio: Updated for version 1.2.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/herculesstudio/herculesstudio.SlackBuild6
-rw-r--r--system/herculesstudio/herculesstudio.info8
2 files changed, 6 insertions, 8 deletions
diff --git a/system/herculesstudio/herculesstudio.SlackBuild b/system/herculesstudio/herculesstudio.SlackBuild
index f652c686ba..11ab7b9cb1 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
diff --git a/system/herculesstudio/herculesstudio.info b/system/herculesstudio/herculesstudio.info
index 87336cf086..1cca65fca0 100644
--- a/system/herculesstudio/herculesstudio.info
+++ b/system/herculesstudio/herculesstudio.info
@@ -1,10 +1,10 @@
PRGNAM="herculesstudio"
-VERSION="1.1.0"
+VERSION="1.2.0"
HOMEPAGE="http://www.mvsdasd.org/hercstudio/"
-DOWNLOAD="http://www.mvsdasd.org/hercstudio/herculesstudio-1.1.0-src.tar.gz"
-MD5SUM="2b7776338aca8d801dd30388c1f5efe3"
+DOWNLOAD="http://www.mvsdasd.org/hercstudio/herculesstudio-1.2.0-src.tar.gz"
+MD5SUM="0ff659c6cd958cf22fb87e746e1b652b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"