games/stella: Updated for version 6.4.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-11-03 03:20:49 -05:00 committed by Willy Sudiarto Raharjo
parent d0ae65800f
commit 7aed4d160f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -8,6 +8,7 @@
# Now maintained by B. Watson <yalhcru@gmail.com>
# 20201103 bkw: update for 6.4.
# 20201027 bkw: update for 6.3.
# 20200804 bkw: update for 6.2.1.
# 20200327 bkw:
@ -47,7 +48,7 @@
# - StartupNotify=false in .desktop
PRGNAM=stella
VERSION=${VERSION:-6.3}
VERSION=${VERSION:-6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="stella"
VERSION="6.3"
VERSION="6.4"
HOMEPAGE="https://stella-emu.github.io/"
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.3/stella-6.3-src.tar.xz"
MD5SUM="6e7bc0306064bc2dc10ad5e4ccb843bd"
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.4/stella-6.4-src.tar.xz"
MD5SUM="a6509ba4c1c45e0d1d9b017ff3c4e545"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2"