summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-07-09 19:26:44 +0000
committer Eric Hameleers <alien@slackware.com>2021-07-10 08:59:53 +0200
commit3af03a5c6e29c19392158bc2221eec810933693b (patch)
treec7ad42a4bc6227672462fb397f39deb22cea19e2 /source/d
parentd39db153eb77ae27a48edf68f39795352cf95dfc (diff)
downloadcurrent-3af03a5c6e29c19392158bc2221eec810933693b.tar.gz
current-3af03a5c6e29c19392158bc2221eec810933693b.tar.xz
Fri Jul 9 19:26:44 UTC 202120210709192644
a/hwdata-0.349-noarch-1.txz: Upgraded. ap/mpg123-1.28.1-x86_64-1.txz: Upgraded. d/llvm-12.0.1-x86_64-1.txz: Upgraded. d/mercurial-5.8.1-x86_64-1.txz: Upgraded. l/at-spi2-core-2.40.3-x86_64-1.txz: Upgraded. l/harfbuzz-2.8.2-x86_64-1.txz: Upgraded. n/ethtool-5.13-x86_64-1.txz: Upgraded. x/xorg-server-1.20.12-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-1.20.12-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.12-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.12-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-21.1.2-x86_64-1.txz: Upgraded. xap/NetworkManager-openvpn-1.8.14-x86_64-1.txz: Upgraded. xap/pidgin-2.14.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/llvm/llvm.SlackBuild2
-rw-r--r--source/d/llvm/llvm.url48
2 files changed, 25 insertions, 25 deletions
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild
index e9ac03b50..f2f1ab094 100755
--- a/source/d/llvm/llvm.SlackBuild
+++ b/source/d/llvm/llvm.SlackBuild
@@ -112,7 +112,7 @@ cd $PKGNAM-${VERSION}/tools || cd $PKGNAM-${VERSION}.src/tools || exit 1
#mv flang-${VERSION} flang 2>/dev/null || mv flang-${VERSION}.src flang || 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
- if [ "$BUILD_CLANGD" = "YES" ]; then
+ if [ "$BUILD_LLD" = "YES" ]; then
tar xvf $CWD/lld-$VERSION.src.tar.xz || exit 1
mv lld-${VERSION} lld 2>/dev/null || mv lld-${VERSION}.src lld || exit 1
fi
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index f363460dc..eeafb0963 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,25 +1,25 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/llvm-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang-tools-extra-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/compiler-rt-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/flang-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/lldb-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/openmp-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/polly-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/libcxx-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/libcxxabi-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/lld-12.0.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/libunwind-12.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/llvm-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-tools-extra-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/compiler-rt-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/flang-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/lldb-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/openmp-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/polly-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/libcxx-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/libcxxabi-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/lld-12.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/libunwind-12.0.1.src.tar.xz
-#http://llvm.org/releases/12.0.0/llvm-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/clang-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/clang-tools-extra-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/compiler-rt-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/flang-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/lldb-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/openmp-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/polly-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/libcxx-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/libcxxabi-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/lld-12.0.0.src.tar.xz
-#http://llvm.org/releases/12.0.0/libunwind-12.0.0.src.tar.xz
+#http://llvm.org/releases/12.0.1/llvm-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/clang-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/clang-tools-extra-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/compiler-rt-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/flang-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/lldb-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/openmp-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/polly-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/libcxx-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/libcxxabi-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/lld-12.0.1.src.tar.xz
+#http://llvm.org/releases/12.0.1/libunwind-12.0.1.src.tar.xz