summaryrefslogtreecommitdiffstats
path: root/games/snes9x2010
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-05 00:09:56 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:26 +0700
commit9c2f08bd8ea9801ebf45ac2d56c1f335c1820137 (patch)
tree0f1612b7ed5ec83a84c891fd6ef6ba55e1e3c632 /games/snes9x2010
parent04164efe64c176f67616cef6e1c36abf16a65ede (diff)
downloadslackbuilds-9c2f08bd8ea9801ebf45ac2d56c1f335c1820137.tar.gz
slackbuilds-9c2f08bd8ea9801ebf45ac2d56c1f335c1820137.tar.xz
games/snes9x2010: Updated for version 2017.02.04_9710b8f.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/snes9x2010')
-rw-r--r--games/snes9x2010/snes9x2010.SlackBuild4
-rw-r--r--games/snes9x2010/snes9x2010.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/snes9x2010/snes9x2010.SlackBuild b/games/snes9x2010/snes9x2010.SlackBuild
index 45f794c9e2..f4146f82c8 100644
--- a/games/snes9x2010/snes9x2010.SlackBuild
+++ b/games/snes9x2010/snes9x2010.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=snes9x2010
LIBNAM=${PRGNAM}_libretro
-VERSION=${VERSION:-2016.08.06_0c68bd6}
+VERSION=${VERSION:-2017.02.04_9710b8f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ make -f Makefile.libretro DEBUG=$DEBUG HAVE_GRIFFIN=$GRIFFIN
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
-if [ "${DEBUG:-0}" = "0" ]; then
+if [ "$DEBUG" = "0" ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi
diff --git a/games/snes9x2010/snes9x2010.info b/games/snes9x2010/snes9x2010.info
index c965c9a5f2..12f5c11acc 100644
--- a/games/snes9x2010/snes9x2010.info
+++ b/games/snes9x2010/snes9x2010.info
@@ -1,8 +1,8 @@
PRGNAM="snes9x2010"
-VERSION="2016.08.06_0c68bd6"
+VERSION="2017.02.04_9710b8f"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2010-2016.08.06_0c68bd6.tar.xz"
-MD5SUM="6de911e02738e42110c340a09363bddc"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2010-2017.02.04_9710b8f.tar.xz"
+MD5SUM="8cb23a4451b1c56fad2bdf5e184dbea5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"