llvm: Fix autoupdate (#305)

This commit is contained in:
issaclin32 2019-08-09 22:58:28 +08:00 committed by Ross Smith II
parent 7fa40ed967
commit 0f45768243

View File

@ -58,10 +58,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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"
} }
} }
} }