diff options
-rw-r--r-- | games/mednafen/mednafen.SlackBuild | 14 | ||||
-rw-r--r-- | games/mednafen/mednafen.info | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games/mednafen/mednafen.SlackBuild b/games/mednafen/mednafen.SlackBuild index 7385091c34..dc4ba1eea6 100644 --- a/games/mednafen/mednafen.SlackBuild +++ b/games/mednafen/mednafen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mednafen -# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands # 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=mednafen -VERSION=0.9.32 +VERSION=${VERSION:-0.9.33.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,14 +60,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION-wip.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/games/mednafen/mednafen.info b/games/mednafen/mednafen.info index b692487204..3b9c9aa903 100644 --- a/games/mednafen/mednafen.info +++ b/games/mednafen/mednafen.info @@ -1,8 +1,8 @@ PRGNAM="mednafen" -VERSION="0.9.32" +VERSION="0.9.33.2" HOMEPAGE="http://mednafen.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.9.32-wip.tar.bz2" -MD5SUM="ffdf4f4bb4498df38e6aaaf316be40f5" +DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.9.33.2.tar.bz2" +MD5SUM="5ad015c5cbbefbf6b52fd6b972809b6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |