components/openca-ocspd/Makefile
changeset 7687 1093e2a9adbd
parent 6911 7b878dfe6f0d
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    32 # update.
    32 # update.
    33 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    33 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    34 COMPONENT_PROJECT_URL=	https://www.openca.org/projects/ocspd/
    34 COMPONENT_PROJECT_URL=	https://www.openca.org/projects/ocspd/
    35 COMPONENT_ARCHIVE_SRC=	git
    35 COMPONENT_ARCHIVE_SRC=	git
    36 COMPONENT_BUGDB=	library/smartcard
    36 COMPONENT_BUGDB=	library/smartcard
       
    37 COMPONENT_ANITYA_ID=	13308
    37 
    38 
    38 GIT_REPO= https://github.com/openca/openca-ocspd
    39 GIT_REPO= https://github.com/openca/openca-ocspd
    39 GIT_COMMIT_ID= 0f16341
    40 GIT_COMMIT_ID= 0f16341
    40 GIT_HASH=  sha256:0f894c7f19d658bdbda88887a3d748e8a968c6fd5cfc5f7be8ace9399b2f878d
    41 GIT_HASH=  sha256:0f894c7f19d658bdbda88887a3d748e8a968c6fd5cfc5f7be8ace9399b2f878d
    41 
    42