components/php-5_3/xdebug-zts/Makefile
changeset 934 f44530931819
parent 846 fe258446a1ae
equal deleted inserted replaced
933:fbf8e08af1f1 934:f44530931819
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		xdebug
    25 COMPONENT_NAME=		xdebug
    26 COMPONENT_VERSION=	2.1.3
    26 COMPONENT_VERSION=	2.2.0
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    29 COMPONENT_ARCHIVE_HASH= \
    29 COMPONENT_ARCHIVE_HASH= \
    30     sha256:1b256ccf7bbac346c8cc13490ced5dd527206f201fa51be556b4d51cdabbad33
    30     sha256:91e426fb3e8ea2b49a1d129b0e56cf357891ea4ef7a95d9a45350d8143f593bc
    31 COMPONENT_ARCHIVE_URL=	http://xdebug.org/files/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://xdebug.org/files/$(COMPONENT_ARCHIVE)
    32 COMPONENT_PROJECT_URL=	http://xdebug.org/
    32 COMPONENT_PROJECT_URL=	http://xdebug.org/
    33 
    33 
    34 PATCH_DIR = ../xdebug/patches
    34 PATCH_DIR = ../xdebug/patches
    35 
    35