Skip to content

Commit

Permalink
llvm: Update version from 14.0.1 to 14.0.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Jun 3, 2022
1 parent 8035c37 commit 2f97049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions llvm.be0
Original file line number Diff line number Diff line change
@@ -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 "${@}"
Expand Down

0 comments on commit 2f97049

Please sign in to comment.