diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-27 03:34:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:41 +0700 |
commit | 21f9fb48c6729df23ecc17e429ec9bc4ba194aee (patch) | |
tree | 52dbeb13b058b8e08c9dd37123a3615417e6da77 /games/stella | |
parent | 6e0fc2e1ae07ecce43108901c201472827564e9a (diff) | |
download | slackbuilds-21f9fb48c6729df23ecc17e429ec9bc4ba194aee.tar.gz |
games/stella: Updated for version 6.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stella')
-rw-r--r-- | games/stella/stella.SlackBuild | 3 | ||||
-rw-r--r-- | games/stella/stella.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 13480555d7..e1fbe2affd 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,7 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20201027 bkw: update for 6.3. # 20200804 bkw: update for 6.2.1. # 20200327 bkw: # - update for 6.1. @@ -46,7 +47,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-6.2.1} +VERSION=${VERSION:-6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/stella/stella.info b/games/stella/stella.info index 58ae6c20e1..23004775e7 100644 --- a/games/stella/stella.info +++ b/games/stella/stella.info @@ -1,8 +1,8 @@ PRGNAM="stella" -VERSION="6.2.1" +VERSION="6.3" HOMEPAGE="https://stella-emu.github.io/" -DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.2.1/stella-6.2.1-src.tar.xz" -MD5SUM="fdc7f812cc7f5c63db54bf3f71365c02" +DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.3/stella-6.3-src.tar.xz" +MD5SUM="6e7bc0306064bc2dc10ad5e4ccb843bd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" |