games/sdlmess: Updated for version 0.134

This commit is contained in:
B. Watson 2010-05-13 00:27:04 +02:00 committed by David Somero
parent 7c9b2d4819
commit 37e835c261
2 changed files with 7 additions and 5 deletions

View file

@ -6,7 +6,7 @@
# Modified by the SlackBuilds.org project.
PRGNAM=sdlmess
VERSION=${VERSION:-0.131}
VERSION=${VERSION:-0.134}
SRCVER=$( echo $VERSION | sed 's/\.//g' )
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
@ -88,4 +88,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="sdlmess"
VERSION="0.131"
VERSION="0.134"
HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163"
DOWNLOAD="http://rbelmont.mameworld.info/sdlmess0131.zip"
MD5SUM="6e6c2ed1e39064d74188009f1a22f435"
DOWNLOAD="http://distfiles.arcadebsd.org/sdlmess0134.zip"
MD5SUM="1739f6b588ccaaddd67b8311f2981d68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="dsomero"