games/mednafen: Updated for version 0.8.D.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a0213f748f
commit
6e30781763
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mednafen
|
||||
|
||||
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mednafen
|
||||
VERSION=0.8.C
|
||||
VERSION=0.8.D
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mednafen"
|
||||
VERSION="0.8.C"
|
||||
VERSION="0.8.D"
|
||||
HOMEPAGE="http://mednafen.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.8.C.tar.bz2"
|
||||
MD5SUM="e8f4b6ba7ed2eca399b02578e1803831"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.8.D.tar.bz2"
|
||||
MD5SUM="4c3f337f80bf54d2df0f3a0f24203141"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="pprkut"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue