llvm: fix URLs

`#/llvm.7z` was missing in update URLs so the service reverted the change from #2095
This commit is contained in:
Richard Kuhnt 2018-03-09 21:47:31 +01:00
parent d9e21f8772
commit 70d1c895dd

View File

@ -4,11 +4,11 @@
"license": "University of Illinois/NCSA Open Source License",
"architecture": {
"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"
},
"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"
}
},
@ -17,10 +17,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe"
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z"
},
"32bit": {
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe"
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z"
}
}
}