mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Add https to llvm (#1877)
This commit is contained in:
parent
708d6bbe1d
commit
883e2d0ff8
@ -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": "http://releases.llvm.org/5.0.0/LLVM-5.0.0-win32.exe",
|
"url": "https://releases.llvm.org/5.0.0/LLVM-5.0.0-win32.exe",
|
||||||
"hash": "b7a7565680d3aad66c17f789c115b738be4af3bc16e2589923f7a940f32439f6"
|
"hash": "b7a7565680d3aad66c17f789c115b738be4af3bc16e2589923f7a940f32439f6"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://releases.llvm.org/5.0.0/LLVM-5.0.0-win64.exe",
|
"url": "https://releases.llvm.org/5.0.0/LLVM-5.0.0-win64.exe",
|
||||||
"hash": "2b93843bd15623dc0e1bb52af85f2c0b41a89b6c1e613e6e6bd0da597c2639eb"
|
"hash": "2b93843bd15623dc0e1bb52af85f2c0b41a89b6c1e613e6e6bd0da597c2639eb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -24,10 +24,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://releases.llvm.org/$version/LLVM-$version-win64.exe"
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://releases.llvm.org/$version/LLVM-$version-win32.exe"
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user