components/golang-17/Makefile
changeset 7524 a7edbc5545e0
parent 7518 c388d4e1d3ad
child 7687 1093e2a9adbd
equal deleted inserted replaced
7523:08bd9d3ea76c 7524:a7edbc5545e0
    39 COMPONENT_ARCHIVE_HASH=	 \
    39 COMPONENT_ARCHIVE_HASH=	 \
    40 	sha256:72680c16ba0891fcf2ccf46d0f809e4ecf47bbf889f5d884ccb54c5e9a17e1c0
    40 	sha256:72680c16ba0891fcf2ccf46d0f809e4ecf47bbf889f5d884ccb54c5e9a17e1c0
    41 COMPONENT_PROJECT_URL=	https://golang.org
    41 COMPONENT_PROJECT_URL=	https://golang.org
    42 
    42 
    43 ARC_CASE=		PSARC/2015/203,PSARC/2016/250
    43 ARC_CASE=		PSARC/2015/203,PSARC/2016/250
    44 TPNO=			23679,29538
    44 TPNO=			29538
    45 
    45 
    46 # Go has a number of supplementary tools and packages that are located in
    46 # Go has a number of supplementary tools and packages that are located in
    47 # separate archives or source repositories. Because Go currently forces a
    47 # separate archives or source repositories. Because Go currently forces a
    48 # recompile of all packages whenever the compiler changes, building and
    48 # recompile of all packages whenever the compiler changes, building and
    49 # delivering them within the same build component build process is the best
    49 # delivering them within the same build component build process is the best