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/stella.SlackBuild | |
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/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index cc27f112216f4..05649428400b6 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} |