* [Buildroot] [PATCH 1/2] package/llvm: bump to version 6.0.1
@ 2018-07-27 20:00 Romain Naour
2018-07-27 20:00 ` [Buildroot] [PATCH 2/2] package/clang: " Romain Naour
2018-07-27 21:50 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2018-07-27 20:00 UTC (permalink / raw)
To: buildroot
http://releases.llvm.org/6.0.1/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>
---
package/llvm/llvm.hash | 2 +-
package/llvm/llvm.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/llvm/llvm.hash b/package/llvm/llvm.hash
index 93bdf2e20e..6a09e5804c 100644
--- a/package/llvm/llvm.hash
+++ b/package/llvm/llvm.hash
@@ -1,3 +1,3 @@
# locally calculated
-sha256 1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408 llvm-6.0.0.src.tar.xz
+sha256 b6d6c324f9c71494c0ccaf3dac1f16236d970002b42bb24a6c9e1634f7d0f4e2 llvm-6.0.1.src.tar.xz
sha256 abd4d8794808bacb1eb6924d49efafd9ab6eef88faaaeb5d3cfa13ee3670d672 LICENSE.TXT
diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
index fb0ae4ce5c..756b46a865 100644
--- a/package/llvm/llvm.mk
+++ b/package/llvm/llvm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LLVM_VERSION = 6.0.0
+LLVM_VERSION = 6.0.1
LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
LLVM_LICENSE = NCSA
--
2.14.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/clang: bump to version 6.0.1
2018-07-27 20:00 [Buildroot] [PATCH 1/2] package/llvm: bump to version 6.0.1 Romain Naour
@ 2018-07-27 20:00 ` Romain Naour
2018-07-27 21:50 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2018-07-27 20:00 UTC (permalink / raw)
To: buildroot
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>
---
package/clang/clang.hash | 2 +-
package/clang/clang.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/clang/clang.hash b/package/clang/clang.hash
index 600c3cc9a4..f2bd3db4ed 100644
--- a/package/clang/clang.hash
+++ b/package/clang/clang.hash
@@ -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
diff --git a/package/clang/clang.mk b/package/clang/clang.mk
index f828bac72a..230d0c6b73 100644
--- a/package/clang/clang.mk
+++ b/package/clang/clang.mk
@@ -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
--
2.14.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] package/llvm: bump to version 6.0.1
2018-07-27 20:00 [Buildroot] [PATCH 1/2] package/llvm: bump to version 6.0.1 Romain Naour
2018-07-27 20:00 ` [Buildroot] [PATCH 2/2] package/clang: " Romain Naour
@ 2018-07-27 21:50 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-07-27 21:50 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 27 Jul 2018 22:00:32 +0200, Romain Naour wrote:
> http://releases.llvm.org/6.0.1/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>
> ---
> package/llvm/llvm.hash | 2 +-
> package/llvm/llvm.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Both applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-27 21:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 20:00 [Buildroot] [PATCH 1/2] package/llvm: bump to version 6.0.1 Romain Naour
2018-07-27 20:00 ` [Buildroot] [PATCH 2/2] package/clang: " Romain Naour
2018-07-27 21:50 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox