* [Buildroot] [PATCH] package/lld: Bump lld version to 9.0.1.
@ 2020-01-23 15:57 Michael Drake
2020-02-03 13:21 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Michael Drake @ 2020-01-23 15:57 UTC (permalink / raw)
To: buildroot
This was missed when LLVM and Clang were updated.
Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
---
package/lld/lld.hash | 2 +-
package/lld/lld.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/lld/lld.hash b/package/lld/lld.hash
index 3d5a3feb9a..2144cc5666 100644
--- a/package/lld/lld.hash
+++ b/package/lld/lld.hash
@@ -1,3 +1,3 @@
# locally calculated
-sha256 31c6748b235d09723fb73fea0c816ed5a3fab0f96b66f8fbc546a0fcc8688f91 lld-9.0.0.src.tar.xz
+sha256 86262bad3e2fd784ba8c5e2158d7aa36f12b85f2515e95bc81d65d75bb9b0c82 lld-9.0.1.src.tar.xz
sha256 f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0 LICENSE.TXT
diff --git a/package/lld/lld.mk b/package/lld/lld.mk
index bba608d64a..ea09c5d340 100644
--- a/package/lld/lld.mk
+++ b/package/lld/lld.mk
@@ -5,8 +5,8 @@
################################################################################
# LLVM, Clang and lld should be version bumped together
-LLD_VERSION = 9.0.0
-LLD_SITE = https://llvm.org/releases/$(LLD_VERSION)
+LLD_VERSION = 9.0.1
+LLD_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(LLD_VERSION)
LLD_SOURCE = lld-$(LLD_VERSION).src.tar.xz
LLD_LICENSE = Apache-2.0 with exceptions
LLD_LICENSE_FILES = LICENSE.TXT
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/lld: Bump lld version to 9.0.1.
2020-01-23 15:57 [Buildroot] [PATCH] package/lld: Bump lld version to 9.0.1 Michael Drake
@ 2020-02-03 13:21 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-02-03 13:21 UTC (permalink / raw)
To: buildroot
On Thu, 23 Jan 2020 15:57:16 +0000
Michael Drake <michael.drake@codethink.co.uk> wrote:
> This was missed when LLVM and Clang were updated.
>
> Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
> ---
> package/lld/lld.hash | 2 +-
> package/lld/lld.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-03 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-23 15:57 [Buildroot] [PATCH] package/lld: Bump lld version to 9.0.1 Michael Drake
2020-02-03 13:21 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox