diff options
author | ilmich <ardutu@gmail.com> | 2020-06-27 18:39:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:59 +0700 |
commit | 569cef97636f7a73edc0ebc8da15251ba580e438 (patch) | |
tree | 1630e39f2b626e78e3135771f9f48a51a700290b /games/snes9x2010 | |
parent | 21af43387f8989dfef7f9f42396640b9fa1e6317 (diff) |
games/snes9x2010: Updated for version 2020.05.18_187e2b5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/snes9x2010')
-rw-r--r-- | games/snes9x2010/README | 10 | ||||
-rw-r--r-- | games/snes9x2010/snes9x2010.SlackBuild | 3 | ||||
-rw-r--r-- | games/snes9x2010/snes9x2010.info | 10 |
3 files changed, 12 insertions, 11 deletions
diff --git a/games/snes9x2010/README b/games/snes9x2010/README index f4de9dc55a4f..f71e26539501 100644 --- a/games/snes9x2010/README +++ b/games/snes9x2010/README @@ -1,9 +1,9 @@ -snes9x2010 is a Super Nintendo video game system emulator that can be used as -a libretro core. +snes9x2010 is a Super Nintendo video game system emulator that can be +used as a libretro core. -snes9x2010 is a Super Nintendo Entertainment System (SNES) emulator based on -Snes9x 1.52 with backported patches for performance and compatibility -improvements. +snes9x2010 is a Super Nintendo Entertainment System (SNES) emulator +based on Snes9x 1.52 with backported patches for performance and +compatibility improvements. This package was previously called snes9x-next. diff --git a/games/snes9x2010/snes9x2010.SlackBuild b/games/snes9x2010/snes9x2010.SlackBuild index 4a89a5c96985..634bc6842c76 100644 --- a/games/snes9x2010/snes9x2010.SlackBuild +++ b/games/snes9x2010/snes9x2010.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for snes9x2010 # Copyright 2016-2018 Hunter Sezen California, USA +# Copyright 2020 ilmich < ardutu at gmail dot com > # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ PRGNAM=snes9x2010 LIBNAM=${PRGNAM}_libretro -VERSION=${VERSION:-2018.10.11_d857a31} +VERSION=${VERSION:-2020.05.18_187e2b5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/snes9x2010/snes9x2010.info b/games/snes9x2010/snes9x2010.info index c84d7311778f..9566ba2b62d2 100644 --- a/games/snes9x2010/snes9x2010.info +++ b/games/snes9x2010/snes9x2010.info @@ -1,10 +1,10 @@ PRGNAM="snes9x2010" -VERSION="2018.10.11_d857a31" +VERSION="2020.05.18_187e2b5" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackless.raccoons.tech/src/libretro/snes9x2010-2018.10.11_d857a31.tar.xz" -MD5SUM="ddc7e21f49601268375a1b296950efdf" +DOWNLOAD="https://ilmich.github.io/src/snes9x2010-2020.05.18_187e2b5.tar.xz" +MD5SUM="c93a209cdafe0954062d2a637d9f47f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" -MAINTAINER="Hunter Sezen" -EMAIL="orbea@riseup.net" +MAINTAINER="ilmich" +EMAIL="ardutu@gmail.com" |