diff options
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 19217ebafc..2896b49f26 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 |