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 | |
parent | 44fa02c2c6e4fd5c998c56c368a57edaf0bf8a52 (diff) | |
download | slackbuilds-afc7f749f660f8c501998689f2d713169d3b6075.tar.gz |
development/xdebug: Updated for version 2.5.5.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | development/xdebug/xdebug.SlackBuild | 4 | ||||
-rw-r--r-- | development/xdebug/xdebug.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/development/xdebug/xdebug.info b/development/xdebug/xdebug.info index 5aeba03708..5cf003532a 100644 --- a/development/xdebug/xdebug.info +++ b/development/xdebug/xdebug.info @@ -1,8 +1,8 @@ PRGNAM="xdebug" -VERSION="2.5.4" +VERSION="2.5.5" HOMEPAGE="http://xdebug.org" -DOWNLOAD="http://xdebug.org/files/xdebug-2.5.4.tgz" -MD5SUM="5ace88583b0c7a85161cd3650f69cb23" +DOWNLOAD="http://xdebug.org/files/xdebug-2.5.5.tgz" +MD5SUM="81bca42ea6a1f7080f501b00d8122a01" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libedit" |