diff options
Diffstat (limited to 'games/bstone/bstone.SlackBuild')
-rw-r--r-- | games/bstone/bstone.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bstone/bstone.SlackBuild b/games/bstone/bstone.SlackBuild index 8659bccb19d7c..b37623834f591 100644 --- a/games/bstone/bstone.SlackBuild +++ b/games/bstone/bstone.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201219 bkw: update for v1.2.9. # 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 @@ -15,7 +16,7 @@ # 20170621 bkw: fix build on -current PRGNAM=bstone -VERSION=${VERSION:-1.2.8} +VERSION=${VERSION:-1.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |