system/herculesstudio: Updated for version 1.2.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2010-08-25 21:24:55 -04:00 committed by Erik Hanson
parent ece540eebf
commit 39b2848b62
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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"