Skip to content

Commit

Permalink
clang: Update version from 12.0.1 to 14.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jun 4, 2022
1 parent 2f97049 commit d31b19d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clang.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION clang-12.0.1-1
# BEE_VERSION clang-14.0.4-0

#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/clang-${PKGVERSION}.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/03d77af27fcbeeae4414fb4713b9fd7e/clang-12.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"

# build_in_sourcedir

# sourcesubdir_append src
sourcesubdir_append clang

#mee_extract() {
# bee_extract "${@}"
Expand Down

0 comments on commit d31b19d

Please sign in to comment.