diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-20 22:11:38 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-21 08:59:49 +0200 |
commit | 445d52ff429e65a921df7dd9b85e8e2153558fb6 (patch) | |
tree | 6b149e8b96d50facd00aa0d17ba7e49367da514d /source/d | |
parent | 3db41f6c7650f0cff2bb0010c9db60bfb74e6b02 (diff) | |
download | current-445d52ff429e65a921df7dd9b85e8e2153558fb6.tar.gz current-445d52ff429e65a921df7dd9b85e8e2153558fb6.tar.xz |
Sat Jul 20 22:11:38 UTC 201920190720221138
a/xfsprogs-5.1.0-x86_64-1.txz: Upgraded.
d/llvm-8.0.1-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_55-x86_64-1.txz: Upgraded.
l/lmdb-0.9.24-x86_64-1.txz: Upgraded.
l/zstd-1.4.1-x86_64-1.txz: Upgraded.
xfce/Thunar-1.8.8-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/llvm/llvm.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/llvm/llvm.url | 28 |
2 files changed, 20 insertions, 10 deletions
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild index b5bb57151..f0626ffa7 100755 --- a/source/d/llvm/llvm.SlackBuild +++ b/source/d/llvm/llvm.SlackBuild @@ -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:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url index 32d457d03..7a7a7e007 100644 --- a/source/d/llvm/llvm.url +++ b/source/d/llvm/llvm.url @@ -1,9 +1,19 @@ -http://llvm.org/releases/8.0.0/llvm-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/cfe-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/clang-tools-extra-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/compiler-rt-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/lldb-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/openmp-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/libcxx-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/libcxxabi-8.0.0.src.tar.xz -http://llvm.org/releases/8.0.0/lld-8.0.0.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/llvm-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/cfe-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/clang-tools-extra-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/compiler-rt-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/lldb-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/openmp-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/libcxx-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/libcxxabi-8.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/lld-8.0.1.src.tar.xz +# Or, use the archives from the main site: +#http://llvm.org/releases/8.0.1/llvm-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/cfe-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/clang-tools-extra-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/compiler-rt-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/lldb-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/openmp-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/libcxx-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/libcxxabi-8.0.1.src.tar.xz +#http://llvm.org/releases/8.0.1/lld-8.0.1.src.tar.xz |