games/stella: Updated for version 6.2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3b054bdd3b
commit
0091dad9b4
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
# Now maintained by B. Watson <yalhcru@gmail.com>
|
# Now maintained by B. Watson <yalhcru@gmail.com>
|
||||||
|
|
||||||
|
# 20200804 bkw: update for 6.2.1.
|
||||||
# 20200327 bkw:
|
# 20200327 bkw:
|
||||||
# - update for 6.1.
|
# - update for 6.1.
|
||||||
# - use clang++, our g++ is too old.
|
# - use clang++, our g++ is too old.
|
||||||
|
@ -45,7 +46,7 @@
|
||||||
# - StartupNotify=false in .desktop
|
# - StartupNotify=false in .desktop
|
||||||
|
|
||||||
PRGNAM=stella
|
PRGNAM=stella
|
||||||
VERSION=${VERSION:-6.1}
|
VERSION=${VERSION:-6.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="stella"
|
PRGNAM="stella"
|
||||||
VERSION="6.1"
|
VERSION="6.2.1"
|
||||||
HOMEPAGE="https://stella-emu.github.io/"
|
HOMEPAGE="https://stella-emu.github.io/"
|
||||||
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.1/stella-6.1-src.tar.xz"
|
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.2.1/stella-6.2.1-src.tar.xz"
|
||||||
MD5SUM="380788141b26e6a7b214b646fecbf4f3"
|
MD5SUM="fdc7f812cc7f5c63db54bf3f71365c02"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="SDL2"
|
REQUIRES="SDL2"
|
||||||
|
|
Loading…
Reference in New Issue