games/snes9x: Updated for version 1.56.2.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-06-23 18:57:10 -04:00 committed by Willy Sudiarto Raharjo
parent cf9c4254ca
commit 6ab55509bd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20180623 bkw: update for 1.56.2.
# 20180611 bkw: # 20180611 bkw:
# - update for 1.56.1. # - update for 1.56.1.
# - switch the UI from gtk3 to gtk2, as 14.2's gtk3 is too old. # - switch the UI from gtk3 to gtk2, as 14.2's gtk3 is too old.
@ -25,7 +26,7 @@
# can't build 1.53 any more. # can't build 1.53 any more.
PRGNAM=snes9x PRGNAM=snes9x
VERSION=${VERSION:-1.56.1} VERSION=${VERSION:-1.56.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="snes9x" PRGNAM="snes9x"
VERSION="1.56.1" VERSION="1.56.2"
HOMEPAGE="https://github.com/snes9xgit/snes9x" HOMEPAGE="https://github.com/snes9xgit/snes9x"
DOWNLOAD="https://github.com/snes9xgit/snes9x/archive/1.56.1/snes9x-1.56.1.tar.gz" DOWNLOAD="https://github.com/snes9xgit/snes9x/archive/1.56.2/snes9x-1.56.2.tar.gz"
MD5SUM="c0693887e54e775a4f971a27fb4975ab" MD5SUM="a92f7a31477caeeb68715d939443afd2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="SDL2" REQUIRES="SDL2"