diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2018-03-17 15:41:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:55 +0700 |
commit | afc7f749f660f8c501998689f2d713169d3b6075 (patch) | |
tree | b2a83d626f3d4e7ddc7b49567eb08f4ea5273abc /development/xdebug/xdebug.SlackBuild | |
parent | 44fa02c2c6e4fd5c998c56c368a57edaf0bf8a52 (diff) | |
download | slackbuilds-afc7f749f660f8c501998689f2d713169d3b6075.tar.gz |
development/xdebug: Updated for version 2.5.5.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/xdebug/xdebug.SlackBuild')
-rw-r--r-- | development/xdebug/xdebug.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild index ee6f369618..83f7ebabb8 100644 --- a/development/xdebug/xdebug.SlackBuild +++ b/development/xdebug/xdebug.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for xdebug # Copyright (c) 2010, Antonio Hernández Blas <hba.nihilismus@gmail.com> -# Copyright 2011-2017 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2011-2018 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xdebug -VERSION=${VERSION:-2.5.4} +VERSION=${VERSION:-2.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |