From 0f457682434643789298a8080a1051b59d02aa0f Mon Sep 17 00:00:00 2001 From: issaclin32 Date: Fri, 9 Aug 2019 22:58:28 +0800 Subject: [PATCH] llvm: Fix autoupdate (#305) --- bucket/llvm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index 5680b893e8..28a8cba828 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -58,10 +58,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe#/dl.7z" }, "32bit": { - "url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z" } } }