diff options
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 bc77a3ab72..1b2317bbd6 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} |