diff options
author | M.Dinslage <daedra1980@gmail.com> | 2014-05-21 07:56:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-21 07:56:43 +0700 |
commit | 82a7586e458fb1bfc9fc8035dac24ef60ca5c785 (patch) | |
tree | 3703c19c738ca3214e9c63aee0bb1e93db093a07 /games/darkplaces/darkplaces.SlackBuild | |
parent | 62e466de8cdeeefe6c11a608bd285a8277986e9e (diff) | |
download | slackbuilds-82a7586e458fb1bfc9fc8035dac24ef60ca5c785.tar.gz slackbuilds-82a7586e458fb1bfc9fc8035dac24ef60ca5c785.tar.xz |
games/darkplaces: Updated for version 20140513.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 19217ebafc9..2896b49f260 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:-20140430} +VERSION=${VERSION:-20140513} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCDIR=${SRCDIR:-engine20140430} -SRCVER=${SRCVER:-enginesource20140430} +SRCDIR=${SRCDIR:-engine20140513} +SRCVER=${SRCVER:-enginesource20140513} MODVER=${MODVER:-darkplacesmod20130301} # By default we won't add the darkplaces game mods |