diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-21 14:46:50 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2017-08-21 14:46:50 -0400 |
commit | 136273696045aee23e859c4963ed388c35f17c2b (patch) | |
tree | 6d213f791e7011d17c25951a9bf26a3b452ac8fc /games/stella/stella.SlackBuild | |
parent | 9f684870521ebf89d404f9a2f885221bb2519a58 (diff) |
games/stella: Updated for version 5.0.2.
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 bd05d76bf7d35..e668d8a86d303 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} |