mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
package/clang: bump to version 6.0.1
http://releases.llvm.org/6.0.1/tools/clang/docs/ReleaseNotes.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Joseph Kogut <joseph.kogut@gmail.com> Cc: Valentin Korenblit <valentinkorenblit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
900fec702a
commit
40d7ada340
@ -1,3 +1,3 @@
|
||||
# locally calculated
|
||||
sha256 e07d6dd8d9ef196cfc8e8bb131cbd6a2ed0b1caf1715f9d05b0f0eeaddb6df32 cfe-6.0.0.src.tar.xz
|
||||
sha256 7c243f1485bddfdfedada3cd402ff4792ea82362ff91fbdac2dae67c6026b667 cfe-6.0.1.src.tar.xz
|
||||
sha256 de4c79665f0f5688b0ace17cba6f8e0343925bb95e0949d66d47bbd4527310d6 LICENSE.TXT
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CLANG_VERSION = 6.0.0
|
||||
CLANG_VERSION = 6.0.1
|
||||
CLANG_SITE = http://llvm.org/releases/$(CLANG_VERSION)
|
||||
CLANG_SOURCE = cfe-$(CLANG_VERSION).src.tar.xz
|
||||
CLANG_LICENSE = NCSA
|
||||
|
Loading…
Reference in New Issue
Block a user