summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2017-06-03 15:38:44 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:52 +0200
commit703a2cea9c85552b813267a2bfa7903655fb0e6e (patch)
tree960dda063332e9a70f97df39f5422a1530fea264
parent93f3ca21004ecc46acb67a42154242130d20cf64 (diff)
downloadslackbuilds-703a2cea9c85552b813267a2bfa7903655fb0e6e.tar.gz
development/xdebug: Updated for version 2.5.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r--development/xdebug/xdebug.SlackBuild6
-rw-r--r--development/xdebug/xdebug.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild
index 686a1ea767..ee6f369618 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-2016 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2011-2017 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.3.3}
+VERSION=${VERSION:-2.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -125,7 +125,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/debugclient
-cp -a CREDITS LICENSE NEWS README \
+cp -a CREDITS LICENSE README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a debugclient/INSTALL debugclient/LICENSE \
$PKG/usr/doc/$PRGNAM-$VERSION/debugclient
diff --git a/development/xdebug/xdebug.info b/development/xdebug/xdebug.info
index 13a22d3b21..5aeba03708 100644
--- a/development/xdebug/xdebug.info
+++ b/development/xdebug/xdebug.info
@@ -1,8 +1,8 @@
PRGNAM="xdebug"
-VERSION="2.3.3"
+VERSION="2.5.4"
HOMEPAGE="http://xdebug.org"
-DOWNLOAD="http://xdebug.org/files/xdebug-2.3.3.tgz"
-MD5SUM="60e6fdf41840104a23debe16db15a2af"
+DOWNLOAD="http://xdebug.org/files/xdebug-2.5.4.tgz"
+MD5SUM="5ace88583b0c7a85161cd3650f69cb23"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libedit"