diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-12-15 06:55:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 06:55:20 +0700 |
commit | 8224731b8f9dc8f30cf679a6b558f8d4bbbd278d (patch) | |
tree | 85bf664b7c04968cfca664c9d75ac7653126c3e3 | |
parent | 9c1628e5c24ed33e38a57f29bfc90c68912b1e9b (diff) | |
download | slackbuilds-8224731b8f9dc8f30cf679a6b558f8d4bbbd278d.tar.gz |
games/libretro-reicast: Updated for version 2018.12.11_7221180.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/libretro-reicast/libretro-reicast.SlackBuild | 6 | ||||
-rw-r--r-- | games/libretro-reicast/libretro-reicast.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/libretro-reicast/libretro-reicast.SlackBuild b/games/libretro-reicast/libretro-reicast.SlackBuild index 63fa183231..490c07e725 100644 --- a/games/libretro-reicast/libretro-reicast.SlackBuild +++ b/games/libretro-reicast/libretro-reicast.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libretro-reicast LIBNAM=${PRGNAM#*-}_libretro -VERSION=${VERSION:-2018.11.03_01ab59e} +VERSION=${VERSION:-2018.12.11_7221180} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,8 +73,8 @@ install -Dm0644 $LIBNAM.info \ $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info 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 + 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/games/libretro-reicast/libretro-reicast.info b/games/libretro-reicast/libretro-reicast.info index 8d999d0e8c..0670f4b8b1 100644 --- a/games/libretro-reicast/libretro-reicast.info +++ b/games/libretro-reicast/libretro-reicast.info @@ -1,8 +1,8 @@ PRGNAM="libretro-reicast" -VERSION="2018.11.03_01ab59e" +VERSION="2018.12.11_7221180" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackless.raccoons.tech/src/libretro/libretro-reicast-2018.11.03_01ab59e.tar.xz" -MD5SUM="a4266655fb448c9acbe65f84d8d4db08" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/libretro-reicast-2018.12.11_7221180.tar.xz" +MD5SUM="9f9b893222683221130a24a283741af8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |