diff options
author | B. Watson <yalhcru@gmail.com> | 2020-08-04 18:26:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:35 +0700 |
commit | 126627d9d05ba9ff5fc84ad3e3517dd0a25879b0 (patch) | |
tree | 5d64414c090a738e281a7557fdc14f826da1533c /games/bstone/bstone.SlackBuild | |
parent | b2a034dc13ac0d5f21f909de88bb7e785b34d4d0 (diff) | |
download | slackbuilds-126627d9d05ba9ff5fc84ad3e3517dd0a25879b0.tar.gz |
games/bstone: Updated for version 1.2.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/bstone/bstone.SlackBuild')
-rw-r--r-- | games/bstone/bstone.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/bstone/bstone.SlackBuild b/games/bstone/bstone.SlackBuild index d03d5695b4..8659bccb19 100644 --- a/games/bstone/bstone.SlackBuild +++ b/games/bstone/bstone.SlackBuild @@ -6,19 +6,16 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20200804 bkw: update for v1.2.8. datadir.diff changed again. # 20200222 bkw: update for v1.1.16_2. - # 20191127 bkw: update for v1.1.14. datadir.diff had to change so we can't # build old versions any more. - # 20170921 bkw: update for v1.1.9. - # 20170807 bkw: update for v1.1.8, use upstream's icon instead of mine. - # 20170621 bkw: fix build on -current PRGNAM=bstone -VERSION=${VERSION:-1.1.16_2} +VERSION=${VERSION:-1.2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |