Skip to content

Commit

Permalink
Bump clang to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher authored and pyhalov committed Aug 18, 2017
1 parent 4e07dcb commit 3f034a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/developer/clang-40/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COMPONENT_NAME= clang-40
LLVM_NAME=llvm
CLANG_NAME=cfe

COMPONENT_VERSION= 4.0.0
COMPONENT_VERSION= 4.0.1
COMPONENT_MAJOR_VERSION= \
$(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\([0-9]\+\.[0-9]\+\).*/\1/')
COMPONENT_PROJECT_URL = http://llvm.org/
Expand All @@ -29,14 +29,14 @@ COMPONENT_SUMMARY= LLVM tools and Clang compiler
COMPONENT_SRC= $(LLVM_NAME)-$(COMPONENT_VERSION).src
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= \
sha256:8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be
sha256:da783db1f82d516791179fe103c71706046561f7972b18f0049242dee6712b51
COMPONENT_ARCHIVE_URL= \
http://llvm.org/releases/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= BSD

COMPONENT_ARCHIVE_1= $(CLANG_NAME)-$(COMPONENT_VERSION).src.tar.xz
COMPONENT_ARCHIVE_HASH_1= \
sha256:cea5f88ebddb30e296ca89130c83b9d46c2d833685e2912303c828054c4dc98a
sha256:61738a735852c23c3bdbe52d035488cdb2083013f384d67c1ba36fabebd8769b
COMPONENT_ARCHIVE_URL_1= http://llvm.org/releases/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE_1)

include $(WS_MAKE_RULES)/prep.mk
Expand Down

0 comments on commit 3f034a7

Please sign in to comment.