From 3d26a657e8db3ff9da7f783dca1caf043b4e89b6 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 4 Feb 2017 21:39:17 +0000 Subject: games/blastem-libretro: Updated for version 2017.01.24_7b6f4c5. Signed-off-by: David Spencer --- games/blastem-libretro/blastem-libretro.SlackBuild | 4 ++-- games/blastem-libretro/blastem-libretro.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'games/blastem-libretro') diff --git a/games/blastem-libretro/blastem-libretro.SlackBuild b/games/blastem-libretro/blastem-libretro.SlackBuild index 7810f2b92d..e3b16ad4fc 100644 --- a/games/blastem-libretro/blastem-libretro.SlackBuild +++ b/games/blastem-libretro/blastem-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=blastem-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2016.09.08_27b3f8e} +VERSION=${VERSION:-2017.01.24_7b6f4c5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ make -C libretro DEBUG=$DEBUG install -Dm0644 libretro/$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/blastem-libretro/blastem-libretro.info b/games/blastem-libretro/blastem-libretro.info index d303a420e1..ad6a5f7813 100644 --- a/games/blastem-libretro/blastem-libretro.info +++ b/games/blastem-libretro/blastem-libretro.info @@ -1,8 +1,8 @@ PRGNAM="blastem-libretro" -VERSION="2016.09.08_27b3f8e" +VERSION="2017.01.24_7b6f4c5" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/blastem-libretro-2016.09.08_27b3f8e.tar.xz" -MD5SUM="f2f2c85664267bf6fb2177a7cb2cf1ff" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/blastem-libretro-2017.01.24_7b6f4c5.tar.xz" +MD5SUM="f2beba51a8a248358b5ce73547415b65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" -- cgit v1.2.3