diff options
author | M.Dinslage <daedra1980@gmail.com> | 2013-04-23 20:47:12 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:28:05 -0300 |
commit | 95ddf0ddbec171b5290db3d3b368172783939707 (patch) | |
tree | 113a386f43df60712672c51d99b8dc9b4ec7d33a /games/darkplaces/darkplaces.SlackBuild | |
parent | f17f1c969d446bce379666c67b2af17f488607ac (diff) | |
download | slackbuilds-95ddf0ddbec171b5290db3d3b368172783939707.tar.gz |
games/darkplaces: Updated for version 20130304.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/darkplaces/darkplaces.SlackBuild')
-rw-r--r-- | games/darkplaces/darkplaces.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/darkplaces/darkplaces.SlackBuild b/games/darkplaces/darkplaces.SlackBuild index 5e00aca3a4..359cf48247 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:-20130301} +VERSION=${VERSION:-20130304} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCDIR=${SRCDIR:-engine20130301} -SRCVER=${SRCVER:-enginesource20130301} +SRCDIR=${SRCDIR:-engine20130304} +SRCVER=${SRCVER:-enginesource20130304} MODVER=${MODVER:-darkplacesmod20130301} # By default we won't add the darkplaces game mods |