diff options
author | B. Watson <yalhcru@gmail.com> | 2020-03-07 15:49:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 08:46:20 +0700 |
commit | ab7dfb177c7f145bb620ddd68dadce2d4c91caf0 (patch) | |
tree | f2842cebdddc107ed462a14c923543190859b173 /games/domination/domination.SlackBuild | |
parent | 4a595a89981674b082a7c68f5add65c361b8ae35 (diff) |
games/domination: Updated for version 1.2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/domination/domination.SlackBuild')
-rw-r--r-- | games/domination/domination.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/domination/domination.SlackBuild b/games/domination/domination.SlackBuild index fd79e5d14ce1c..5a9361897ce96 100644 --- a/games/domination/domination.SlackBuild +++ b/games/domination/domination.SlackBuild @@ -9,11 +9,12 @@ # See README_SBo.txt for more info on this script (I wrote too many # comments, moved them to a separate file). +# 20200307 bkw: updated fov v1.2.1. # 20191202 bkw: updated for v1.2.0. # 20161030 bkw: whoops, this should have been noarch to begin with. PRGNAM=domination -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ARCH=noarch |