diff options
author | B. Watson <yalhcru@gmail.com> | 2018-01-01 16:20:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:38 +0700 |
commit | d3abfcd04c36efe83bed9d96fb9512cc2dfd22a5 (patch) | |
tree | c740157f55d22a396c05a0681fe0462578bc61f5 /games/chocolate-doom/chocolate-doom.SlackBuild | |
parent | cd58ea344a6f58d1a69af1f5a2aa10f6019f47e5 (diff) |
games/chocolate-doom: Updated for version 3.0.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/chocolate-doom/chocolate-doom.SlackBuild')
-rw-r--r-- | games/chocolate-doom/chocolate-doom.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/chocolate-doom/chocolate-doom.SlackBuild b/games/chocolate-doom/chocolate-doom.SlackBuild index bc77a3ab72986..1b2317bbd6838 100644 --- a/games/chocolate-doom/chocolate-doom.SlackBuild +++ b/games/chocolate-doom/chocolate-doom.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180101 bkw: +# - Update for v3.0.0. Building 2.3.0 still works, if someone needs it. + # 20170228 bkw: # - Allow building 3.0.0-beta1 (but VERSION is still 2.3.0, and is # still built the same, so BUILD is still 1). See BETA.txt. @@ -20,7 +23,7 @@ # - update README and slack-desc PRGNAM=chocolate-doom -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |