Skip to content

Commit

Permalink
clang: Update version from 8.0.0 to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 12, 2020
1 parent 450bc75 commit 1074554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION clang-8.0.0-0
# BEE_VERSION clang-9.0.1-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://llvm.org/releases/${PKGVERSION}/cfe-${PKGVERSION}.src.tar.xz"
SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/clang-${PKGVERSION}.src.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 1074554

Please sign in to comment.