diff options
author | M.Dinslage <daedra1980@gmail.com> | 2013-03-04 00:04:02 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:38 -0500 |
commit | b5d438dd0d8a3e7ec29f4414fb7c993658391c45 (patch) | |
tree | 967bbf6e9b5f11adccc4a5674a17bf6812ccacca /games/darkplaces/darkplaces.SlackBuild | |
parent | c46e427b88907fb02e0f732b6b89a570d5085691 (diff) | |
download | slackbuilds-b5d438dd0d8a3e7ec29f4414fb7c993658391c45.tar.gz |
games/darkplaces: Updated for version 20130301.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/darkplaces/darkplaces.SlackBuild')
-rw-r--r-- | games/darkplaces/darkplaces.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/darkplaces/darkplaces.SlackBuild b/games/darkplaces/darkplaces.SlackBuild index 83af490554..5e00aca3a4 100644 --- a/games/darkplaces/darkplaces.SlackBuild +++ b/games/darkplaces/darkplaces.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=darkplaces -VERSION=${VERSION:-20121222} +VERSION=${VERSION:-20130301} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,9 +40,9 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCDIR=${SRCDIR:-engine20121222} -SRCVER=${SRCVER:-enginesource20121222} -MODVER=${MODVER:-darkplacesmod20121222} +SRCDIR=${SRCDIR:-engine20130301} +SRCVER=${SRCVER:-enginesource20130301} +MODVER=${MODVER:-darkplacesmod20130301} # By default we won't add the darkplaces game mods DPMOD=${DPMOD:-"NO"} |