build_clang.sh: clang 3.5.0 -> clang 3.5.1

This commit is contained in:
Thomas Pöchtrager 2015-02-21 21:13:40 +01:00
parent 7310cc3a61
commit aa49d95066

View File

@ -51,7 +51,7 @@ MIRROR="http://llvm.org"
if [ -z "$CLANG_VERSION" ]; then if [ -z "$CLANG_VERSION" ]; then
CLANG_VERSION=3.5 CLANG_VERSION=3.5
CLANG_VERSION_PATCH=.0 CLANG_VERSION_PATCH=.1
fi fi
if [[ $MIRROR == *ubuntu* ]] && [ $CLANG_VERSION_PATCH == .0 ]; then if [[ $MIRROR == *ubuntu* ]] && [ $CLANG_VERSION_PATCH == .0 ]; then