diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-09 15:07:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-10 07:04:52 +0700 |
commit | 05d0e9f88408efdc349efdda21ea6b283c36c44f (patch) | |
tree | f0b7295fcf7e788c6ac51b97c2fd52800b292d88 /games/stella/stella.SlackBuild | |
parent | e267121dd71027014c51b676028055ed85bd9fe6 (diff) |
games/stella: Updated for version 4.6.1.
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 8c3aa5246764..d687a9531280 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -22,8 +22,10 @@ # - replace stale stella 3.8 man page from Debian with updated one for 4.6. # - get rid of unused --libdir configure option +# 20150509 bkw: update for 4.6.1 + PRGNAM=stella -VERSION=${VERSION:-4.6} +VERSION=${VERSION:-4.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |