diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/llvm/llvm.SlackBuild | 4 | ||||
-rw-r--r-- | source/d/llvm/llvm.url | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild index 4fb47ac4e..87428b381 100755 --- a/source/d/llvm/llvm.SlackBuild +++ b/source/d/llvm/llvm.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for llvm # Copyright 2008-2016 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2012, 2013, 2014, 2015, 2016 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2012, 2013, 2014, 2015, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=llvm VERSION=${VERSION:-$(echo llvm-*.tar.xz | rev | cut -f 4- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j7 "} diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url index c92e44e2f..ee6a1240a 100644 --- a/source/d/llvm/llvm.url +++ b/source/d/llvm/llvm.url @@ -1,8 +1,8 @@ -http://llvm.org/releases/6.0.0/llvm-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/cfe-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/clang-tools-extra-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/compiler-rt-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/lldb-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/openmp-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/libcxx-6.0.0.src.tar.xz -http://llvm.org/releases/6.0.0/libcxxabi-6.0.0.src.tar.xz +http://llvm.org/releases/6.0.1/llvm-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/cfe-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/clang-tools-extra-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/compiler-rt-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/lldb-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/openmp-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/libcxx-6.0.1.src.tar.xz +http://llvm.org/releases/6.0.1/libcxxabi-6.0.1.src.tar.xz |