diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 23:59:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:25 +0700 |
commit | 68c185913e3cd455506d5ac7d97e107a068c8aa0 (patch) | |
tree | 2dcc88b0fb370d1a1a43ad15f0d18aaaf76881f3 /games/scummvm-libretro | |
parent | 822076d3c57d5ca3ac41c8d0f890d7e25a5ade47 (diff) | |
download | slackbuilds-68c185913e3cd455506d5ac7d97e107a068c8aa0.tar.gz |
games/scummvm-libretro: Updated for version 2017.01.24_011f40ad0a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/scummvm-libretro')
-rw-r--r-- | games/scummvm-libretro/scummvm-libretro.SlackBuild | 4 | ||||
-rw-r--r-- | games/scummvm-libretro/scummvm-libretro.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/scummvm-libretro/scummvm-libretro.SlackBuild b/games/scummvm-libretro/scummvm-libretro.SlackBuild index a5dc04ad00..f198997191 100644 --- a/games/scummvm-libretro/scummvm-libretro.SlackBuild +++ b/games/scummvm-libretro/scummvm-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=scummvm-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2016.07.14_2094f56} +VERSION=${VERSION:-2017.01.24_011f40ad0a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ install -Dm0644 backends/platform/libretro/build/$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/scummvm-libretro/scummvm-libretro.info b/games/scummvm-libretro/scummvm-libretro.info index 2338f0142e..0f2ed52c6e 100644 --- a/games/scummvm-libretro/scummvm-libretro.info +++ b/games/scummvm-libretro/scummvm-libretro.info @@ -1,8 +1,8 @@ PRGNAM="scummvm-libretro" -VERSION="2016.07.14_2094f56" +VERSION="2017.01.24_011f40ad0a" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/scummvm-libretro-2016.07.14_2094f56.tar.xz" -MD5SUM="0970c5c270c112ab8e58df82c961f96e" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/scummvm-libretro-2017.01.24_011f40ad0a.tar.xz" +MD5SUM="1b2123aa5c561573105d2161e1099a0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |