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/snes9x2010.SlackBuild | |
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/snes9x2010.SlackBuild')
-rw-r--r-- | games/snes9x2010/snes9x2010.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} |