diff options
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 cefead0f66372..bd05d76bf7d35 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} |