summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/guile/guile.SlackBuild2
-rwxr-xr-xsource/d/llvm/llvm.SlackBuild4
-rw-r--r--source/d/llvm/llvm.url28
-rwxr-xr-xsource/d/python/python.SlackBuild2
-rwxr-xr-xsource/d/ruby/ruby.SlackBuild2
5 files changed, 24 insertions, 14 deletions
diff --git a/source/d/guile/guile.SlackBuild b/source/d/guile/guile.SlackBuild
index 56767bf69..9c00b21f0 100755
--- a/source/d/guile/guile.SlackBuild
+++ b/source/d/guile/guile.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=guile
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild
index a8682e354..7de731ad1 100755
--- a/source/d/llvm/llvm.SlackBuild
+++ b/source/d/llvm/llvm.SlackBuild
@@ -83,8 +83,8 @@ rm -rf $PKGNAM-${VERSION}.src $PKGNAM-${VERSION}
tar xvf $CWD/$PKGNAM-$VERSION.src.tar.xz || exit 1
cd $PKGNAM-${VERSION}/tools || cd $PKGNAM-${VERSION}.src/tools || exit 1
- tar xvf $CWD/cfe-$VERSION.src.tar.xz || exit 1
- mv cfe-${VERSION} clang 2>/dev/null || mv cfe-${VERSION}.src clang || exit 1
+ tar xvf $CWD/clang-$VERSION.src.tar.xz || exit 1
+ mv clang-${VERSION} clang 2>/dev/null || mv clang-${VERSION}.src clang || exit 1
tar xvf $CWD/lldb-$VERSION.src.tar.xz || exit 1
mv lldb-${VERSION} lldb 2>/dev/null || mv lldb-${VERSION}.src lldb || exit 1
tar xvf $CWD/lld-$VERSION.src.tar.xz || exit 1
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index 0f5b2ca23..19054ad41 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,9 +1,19 @@
-http://llvm.org/releases/9.0.0/llvm-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/cfe-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/clang-tools-extra-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/compiler-rt-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/lldb-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/openmp-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/libcxx-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/libcxxabi-9.0.0.src.tar.xz
-http://llvm.org/releases/9.0.0/lld-9.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/llvm-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/clang-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/clang-tools-extra-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/compiler-rt-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/lldb-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/openmp-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/libcxx-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/libcxxabi-9.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/lld-9.0.1.src.tar.xz
+
+#http://llvm.org/releases/9.0.1/llvm-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/clang-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/clang-tools-extra-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/compiler-rt-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/lldb-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/openmp-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/libcxx-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/libcxxabi-9.0.1.src.tar.xz
+#http://llvm.org/releases/9.0.1/lld-9.0.1.src.tar.xz
diff --git a/source/d/python/python.SlackBuild b/source/d/python/python.SlackBuild
index c74af7970..e4cee0539 100755
--- a/source/d/python/python.SlackBuild
+++ b/source/d/python/python.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=python
SRCNAM=Python
VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/d/ruby/ruby.SlackBuild b/source/d/ruby/ruby.SlackBuild
index 3ff798784..4a4cf4626 100755
--- a/source/d/ruby/ruby.SlackBuild
+++ b/source/d/ruby/ruby.SlackBuild
@@ -32,7 +32,7 @@ else
VERSION=$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
fi
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then