diff options
-rw-r--r-- | games/stella/stella.SlackBuild | 4 | ||||
-rw-r--r-- | games/stella/stella.info | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 3660deaef2..e60f8186c2 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -26,8 +26,10 @@ # 20160804 bkw: update for 4.7.2 +# 20170122 bkw: update for 4.7.3 + PRGNAM=stella -VERSION=${VERSION:-4.7.2} +VERSION=${VERSION:-4.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/stella/stella.info b/games/stella/stella.info index 7cc4928f55..720fa242a5 100644 --- a/games/stella/stella.info +++ b/games/stella/stella.info @@ -1,8 +1,8 @@ PRGNAM="stella" -VERSION="4.7.2" -HOMEPAGE="http://stella.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/stella/stella/4.7.2/stella-4.7.2-src.tar.xz" -MD5SUM="c960a5a4c34408688c1cc6c658f4bec5" +VERSION="4.7.3" +HOMEPAGE="https://stella-emu.github.io/" +DOWNLOAD="https://github.com/stella-emu/stella/releases/download/release-4.7.3/stella-4.7.3-src.tar.xz" +MD5SUM="898578ee405430815e12374f191e9b51" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" |