Skip to content

Commit

Permalink
Replace version tag with 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Jul 9, 2021
1 parent 292f690 commit eed281f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions llvm/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ if [[ -z "$PLATFORM" ]]; then
exit
fi

LLVM_VERSION=12.0.1rc3
# TODO: replace with $LLVM_VERSION in url builder
download https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1-rc3/llvm-project-$LLVM_VERSION.src.tar.xz llvm-project-$LLVM_VERSION.src.tar.xz
LLVM_VERSION=12.0.1
download https://github.com/llvm/llvm-project/releases/download/llvmorg-$LLVM_VERSION/llvm-project-$LLVM_VERSION.src.tar.xz llvm-project-$LLVM_VERSION.src.tar.xz

mkdir -p $PLATFORM
cd $PLATFORM
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>llvm-platform</artifactId>
<version>12.0.0-${project.version}</version>
<version>12.0.1-${project.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down

0 comments on commit eed281f

Please sign in to comment.