mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
llvm: fix URLs
`#/llvm.7z` was missing in update URLs so the service reverted the change from #2095
This commit is contained in:
parent
d9e21f8772
commit
70d1c895dd
@ -4,11 +4,11 @@
|
|||||||
"license": "University of Illinois/NCSA Open Source License",
|
"license": "University of Illinois/NCSA Open Source License",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://releases.llvm.org/6.0.0/LLVM-6.0.0-win32.exe",
|
"url": "https://releases.llvm.org/6.0.0/LLVM-6.0.0-win32.exe#/llvm.7z",
|
||||||
"hash": "7e3142d623ff12e18bea598e1bd55d8c96ff660f735daf0a469c2033b4d13c2c"
|
"hash": "7e3142d623ff12e18bea598e1bd55d8c96ff660f735daf0a469c2033b4d13c2c"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.llvm.org/6.0.0/LLVM-6.0.0-win64.exe",
|
"url": "https://releases.llvm.org/6.0.0/LLVM-6.0.0-win64.exe#/llvm.7z",
|
||||||
"hash": "2501887b2f638d3f65b0336f354b96f8108b563522d81e841d5c88c34af283dd"
|
"hash": "2501887b2f638d3f65b0336f354b96f8108b563522d81e841d5c88c34af283dd"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -17,10 +17,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe"
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe"
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user