diff options
author | B. Watson <yalhcru@gmail.com> | 2017-09-21 02:50:44 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 16:34:54 +0100 |
commit | ab94faedab4879dc6f03202dc4f675e91c27da57 (patch) | |
tree | 16233b2d55e8545231c53b7ee8fa79ec167a5fcb /games/bstone/bstone.SlackBuild | |
parent | 1b84d5eac6348751f4b4650dbd8da69f9ea1cb5e (diff) | |
download | slackbuilds-ab94faedab4879dc6f03202dc4f675e91c27da57.tar.gz |
games/bstone: Updated for version 1.1.9.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/bstone/bstone.SlackBuild')
-rw-r--r-- | games/bstone/bstone.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/bstone/bstone.SlackBuild b/games/bstone/bstone.SlackBuild index 572626244f..da7b326267 100644 --- a/games/bstone/bstone.SlackBuild +++ b/games/bstone/bstone.SlackBuild @@ -6,12 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 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.8} +VERSION=${VERSION:-1.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |