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 bd05d76bf7..e668d8a86d 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,8 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20170821 bkw: update for 5.0.2 + # 20170723 bkw: update for 5.0.1 # 20170620 bkw: @@ -36,7 +38,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |