From 2f97049f6755ef283b495071d71b93a235ce17fd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 3 Jun 2022 12:08:48 +0200 Subject: [PATCH] llvm: Update version from 14.0.1 to 14.0.4 https://github.com/llvm/llvm-project/releases/ Work around [build failure][1] by using different archive. > use llvm-project not llvm, due to the packaging changes in v14 [1]: https://github.com/llvm/llvm-project/issues/53281 [2]: https://github.com/LibreELEC/LibreELEC.tv/pull/6492 --- llvm.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm.be0 b/llvm.be0 index cd76a4f0f..be9532e18 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,15 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-14.0.1-0 +# BEE_VERSION llvm-14.0.4-0 -#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/1a656224d12a71310bf3a2a194608c46/llvm-14.0.1.src.tar.xz" +#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-project-${PKGVERSION}.src.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/f7739711b2f0458e42648edf796894ee/llvm-project-14.0.4.src.tar.xz" # PATCHURL+=() # build_in_sourcedir -# sourcesubdir_append src +sourcesubdir_append llvm #mee_extract() { # bee_extract "${@}"