All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/llvm: bump to 8.0.1
@ 2019-08-16 18:58 Valentin Korenblit
  2019-08-16 18:58 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
  2019-08-17 12:35 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Valentin Korenblit @ 2019-08-16 18:58 UTC (permalink / raw)
  To: buildroot

Project moved to github, updated project URL

Signed-off-by: Valentin Korenblit <valentinkorenblit@gmail.com>
---
 package/llvm/llvm.hash | 2 +-
 package/llvm/llvm.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/llvm/llvm.hash b/package/llvm/llvm.hash
index 4c5cea17ff..3e74706dfd 100644
--- a/package/llvm/llvm.hash
+++ b/package/llvm/llvm.hash
@@ -1,3 +1,3 @@
 # locally calculated
-sha256 8872be1b12c61450cacc82b3d153eab02be2546ef34fa3580ed14137bb26224c llvm-8.0.0.src.tar.xz
+sha256 44787a6d02f7140f145e2250d56c9f849334e11f9ae379827510ed72f12b75e7 llvm-8.0.1.src.tar.xz
 sha256 24b67da19b1422a819395738cb83ea34eee3fdce52870b0d1758524ba1615069 LICENSE.TXT
diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
index 1106a07877..f14b537d94 100644
--- a/package/llvm/llvm.mk
+++ b/package/llvm/llvm.mk
@@ -5,8 +5,8 @@
 ################################################################################
 
 # LLVM and Clang should be version bumped together
-LLVM_VERSION = 8.0.0
-LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
+LLVM_VERSION = 8.0.1
+LLVM_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(LLVM_VERSION)
 LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
 LLVM_LICENSE = NCSA
 LLVM_LICENSE_FILES = LICENSE.TXT
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/clang: bump to 8.0.1
  2019-08-16 18:58 [Buildroot] [PATCH 1/2] package/llvm: bump to 8.0.1 Valentin Korenblit
@ 2019-08-16 18:58 ` Valentin Korenblit
  2019-08-17 12:35 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Valentin Korenblit @ 2019-08-16 18:58 UTC (permalink / raw)
  To: buildroot

Project moved to github, updated project URL

Signed-off-by: Valentin Korenblit <valentinkorenblit@gmail.com>
---
 package/clang/clang.hash | 2 +-
 package/clang/clang.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/clang/clang.hash b/package/clang/clang.hash
index 405e22ce22..209ff0cb30 100644
--- a/package/clang/clang.hash
+++ b/package/clang/clang.hash
@@ -1,3 +1,3 @@
 # locally calculated
-sha256 084c115aab0084e63b23eee8c233abb6739c399e29966eaeccfc6e088e0b736b cfe-8.0.0.src.tar.xz
+sha256 70effd69f7a8ab249f66b0a68aba8b08af52aa2ab710dfb8a0fba102685b1646 cfe-8.0.1.src.tar.xz
 sha256 bdc41b826a9a50c7a31c1b613ca5d46415be68d5cc6da06f91f5bc1db8ad87aa LICENSE.TXT
diff --git a/package/clang/clang.mk b/package/clang/clang.mk
index 07e7fced2a..3796ca8605 100644
--- a/package/clang/clang.mk
+++ b/package/clang/clang.mk
@@ -5,8 +5,8 @@
 ################################################################################
 
 # LLVM and Clang should be version bumped together
-CLANG_VERSION = 8.0.0
-CLANG_SITE = http://llvm.org/releases/$(CLANG_VERSION)
+CLANG_VERSION = 8.0.1
+CLANG_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(CLANG_VERSION)
 CLANG_SOURCE = cfe-$(CLANG_VERSION).src.tar.xz
 CLANG_LICENSE = NCSA
 CLANG_LICENSE_FILES = LICENSE.TXT
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] package/llvm: bump to 8.0.1
  2019-08-16 18:58 [Buildroot] [PATCH 1/2] package/llvm: bump to 8.0.1 Valentin Korenblit
  2019-08-16 18:58 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
@ 2019-08-17 12:35 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-08-17 12:35 UTC (permalink / raw)
  To: buildroot

On Fri, 16 Aug 2019 20:58:08 +0200
Valentin Korenblit <valentinkorenblit@gmail.com> wrote:

> Project moved to github, updated project URL
> 
> Signed-off-by: Valentin Korenblit <valentinkorenblit@gmail.com>
> ---
>  package/llvm/llvm.hash | 2 +-
>  package/llvm/llvm.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied to next. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-17 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16 18:58 [Buildroot] [PATCH 1/2] package/llvm: bump to 8.0.1 Valentin Korenblit
2019-08-16 18:58 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
2019-08-17 12:35 ` [Buildroot] [PATCH 1/2] package/llvm: " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.