diff options
Diffstat (limited to 'games/snes9x/snes9x.SlackBuild')
-rw-r--r-- | games/snes9x/snes9x.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/snes9x/snes9x.SlackBuild b/games/snes9x/snes9x.SlackBuild index 5e7a1e7712..d28e5de579 100644 --- a/games/snes9x/snes9x.SlackBuild +++ b/games/snes9x/snes9x.SlackBuild @@ -6,13 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20171213 bkw: update for 1.55. # 20170302 bkw: use long-format github URL - # 20161015 bkw: update for 1.54.1. script has changed enough that it # can't build 1.53 any more. PRGNAM=snes9x -VERSION=${VERSION:-1.54.1} +VERSION=${VERSION:-1.55} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |