games/qmc2: Updated for version 0.35.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-02-20 21:44:03 -02:00
parent 41bad9a407
commit 20208b1c7f
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Google QMC2
# Copyright 2010-2011 Erik Hanson, Minneapolis, MN, USA
# Copyright 2010-2012 Erik Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qmc2
VERSION=0.2.b20
VERSION=${VERSION:-0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ cd $PRGNAM
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS"
CXX_FLAGS="$SLKCFLAGS" \
make \
PREFIX=/usr \
PRETTY=0 \

View file

@ -1,8 +1,8 @@
PRGNAM="qmc2"
VERSION="0.2.b20"
VERSION="0.35"
HOMEPAGE="http://qmc2.arcadehits.net/wordpress/"
DOWNLOAD="http://downloads.sourceforge.net/qmc2/qmc2-0.2.b20.tar.bz2"
MD5SUM="e868144815ff44a2146e839c2395c6d1"
DOWNLOAD="http://downloads.sourceforge.net/qmc2/qmc2-0.35.tar.bz2"
MD5SUM="90b621579ac2773db91550b2650a9daf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"