summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/libretro-fceumm/libretro-fceumm.SlackBuild4
-rw-r--r--games/libretro-fceumm/libretro-fceumm.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/libretro-fceumm/libretro-fceumm.SlackBuild b/games/libretro-fceumm/libretro-fceumm.SlackBuild
index 282681d76f..bee0fce309 100644
--- a/games/libretro-fceumm/libretro-fceumm.SlackBuild
+++ b/games/libretro-fceumm/libretro-fceumm.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libretro-fceumm
LIBNAM=fceumm_libretro
-VERSION=${VERSION:-2016.07.19_72e74d6}
+VERSION=${VERSION:-2017.01.27_bdf5fa7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make -f Makefile.libretro DEBUG=$DEBUG
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/libretro-fceumm/libretro-fceumm.info b/games/libretro-fceumm/libretro-fceumm.info
index 7707f03629..90c374c3bd 100644
--- a/games/libretro-fceumm/libretro-fceumm.info
+++ b/games/libretro-fceumm/libretro-fceumm.info
@@ -1,8 +1,8 @@
PRGNAM="libretro-fceumm"
-VERSION="2016.07.19_72e74d6"
+VERSION="2017.01.27_bdf5fa7"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-fceumm-2016.07.19_72e74d6.tar.xz"
-MD5SUM="190505c37b07d657fbc7525133f8e3d3"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-fceumm-2017.01.27_bdf5fa7.tar.xz"
+MD5SUM="6fae7b52f89b2779efb1e334584d1264"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"