diff --git a/llvm.be0 b/llvm.be0 index 015a32943..ee9b122bd 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-8.0.0-1 +# BEE_VERSION llvm-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.) @@ -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}/llvm-${PKGVERSION}.src.tar.xz" +SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.