mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
llvm: Fix autoupdate (#305)
This commit is contained in:
parent
7fa40ed967
commit
0f45768243
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user