diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/llvm/llvm.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/llvm/llvm.url | 28 | ||||
-rw-r--r-- | source/xfce/Thunar/Thunar.url | 2 |
3 files changed, 21 insertions, 11 deletions
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild index b5bb5715..f0626ffa 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 32d457d0..7a7a7e00 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 diff --git a/source/xfce/Thunar/Thunar.url b/source/xfce/Thunar/Thunar.url index b35970a6..6c0901a5 100644 --- a/source/xfce/Thunar/Thunar.url +++ b/source/xfce/Thunar/Thunar.url @@ -1 +1 @@ -http://archive.xfce.org/src/xfce/thunar/1.8/Thunar-1.8.7.tar.bz2 +http://archive.xfce.org/src/xfce/thunar/1.8/Thunar-1.8.8.tar.bz2 |