diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-09 14:38:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:26 +0700 |
commit | 1f26e7dd05b790b1274b92baf85635725fbabcf9 (patch) | |
tree | 5db5344ca44b5355d8e882af5198aa58a41b33ab /games/stella | |
parent | 3ee2864de88f3eb4b2c5374d0503a938d0ec5509 (diff) |
games/stella: Updated for version 6.7.
Signed-off-by: B. Watson <urchlay@slackware.uk>
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 cc27f112216f..05649428400b 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,7 @@ # Now maintained by B. Watson <urchlay@slackware.uk> +# 20230109 bkw: update for v6.7. # 20220610 bkw: update for v6.6, fix doc permissions. # 20211026 bkw: we're on -current now, so: @@ -58,7 +59,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stella -VERSION=${VERSION:-6.6} +VERSION=${VERSION:-6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/stella/stella.info b/games/stella/stella.info index 3230c16de758..4646e49b6c73 100644 --- a/games/stella/stella.info +++ b/games/stella/stella.info @@ -1,8 +1,8 @@ PRGNAM="stella" -VERSION="6.6" +VERSION="6.7" HOMEPAGE="https://stella-emu.github.io/" -DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.6/stella-6.6-src.tar.xz" -MD5SUM="a9678b2a1c1e3d4d8c3c830612ace0c8" +DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.7/stella-6.7-src.tar.xz" +MD5SUM="b8bff4765abf07532fc67ec0c911398f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |