Skip to content

Commit

Permalink
Add https to llvm (ScoopInstaller#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored and r15ch13 committed Nov 27, 2017
1 parent c115c4a commit 3ca55ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/llvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "University of Illinois/NCSA Open Source License",
"architecture": {
"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"
},
"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"
}
},
Expand All @@ -24,10 +24,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://releases.llvm.org/$version/LLVM-$version-win64.exe"
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe"
},
"32bit": {
"url": "http://releases.llvm.org/$version/LLVM-$version-win32.exe"
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe"
}
}
}
Expand Down

0 comments on commit 3ca55ca

Please sign in to comment.