diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-23 15:07:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-26 18:28:35 +0700 |
commit | 7f0921c3e006bd0a6459e978accc5fe50da6704c (patch) | |
tree | aadd02f2234ee6265af5c3e6103e699bce18c085 /games/stella/stella.SlackBuild | |
parent | 4b8f6789b5523703dcc86fd620634cdeb2a9136b (diff) | |
download | slackbuilds-7f0921c3e006bd0a6459e978accc5fe50da6704c.tar.gz |
games/stella: Updated for version 5.0.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/stella/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index cefead0f66..bd05d76bf7 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,8 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20170723 bkw: update for 5.0.1 + # 20170620 bkw: # - fix for -current (does no harm on 14.2). # - invert changelog so oldest entries are at bottom. @@ -34,7 +36,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-4.7.3} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |