[www] r340418 - Win snapshots: use https for prereleases.llvm.org
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 22 09:25:14 PDT 2018
Author: hans
Date: Wed Aug 22 09:25:13 2018
New Revision: 340418
URL: http://llvm.org/viewvc/llvm-project?rev=340418&view=rev
Log:
Win snapshots: use https for prereleases.llvm.org
Modified:
www/trunk/builds/index.html
Modified: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=340418&r1=340417&r2=340418&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Wed Aug 22 09:25:13 2018
@@ -36,7 +36,7 @@ license.</p>
<div class="rel_boxtext">
<p>We provide a periodically updated installer for Windows:</p>
- <p><a href="http://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win64.exe">Windows installer (64-bit)</a> <a href="http://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win64.exe.sig">(.sig)</a>,
+ <p><a href="https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win64.exe">Windows installer (64-bit)</a> <a href="https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win64.exe.sig">(.sig)</a>,
based on SVN r339319 (9 August 2018).</p>
<p>If there is a previous version installed, the installer provides an option
@@ -61,7 +61,7 @@ license.</p>
<code>/p:PlatformToolset=llvm</code> to try out the toolchain without
modifying the project files.</p>
- <p>A <a href="http://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win32.exe">32-bit version</a> <a href="http://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win32.exe.sig">(.sig)</a>
+ <p>A <a href="https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win32.exe">32-bit version</a> <a href="https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r339319-win32.exe.sig">(.sig)</a>
of the installer is also available.</p>
<p>The .sig files are PGP signatures using key <a href="https://releases.llvm.org/6.0.0/hans-gpg-key.asc">345AD05D</a>.</p>
@@ -74,8 +74,8 @@ license.</p>
requires Visual Studio 2012 Professional or later. Notably, the Express
editions do not support plugins.</p>
- <p><a href="http://prereleases.llvm.org/win-snapshots/ClangFormat-r339319.vsix">Visual Studio plugin installer</a> <a href="http://prereleases.llvm.org/win-snapshots/ClangFormat-r339319.vsix.sig">(.sig)</a>,
- based on SVN r339319. Also available <a href="https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat">at the Visual Studio Marketplace</a>. A separate build of the clang-format binary is available as <a href="http://prereleases.llvm.org/win-snapshots/clang-format-r339319.exe">clang-format-r339319.exe</a> <a href="http://prereleases.llvm.org/win-snapshots/clang-format-r339319.exe.sig">(.sig)</a>.</p>
+ <p><a href="https://prereleases.llvm.org/win-snapshots/ClangFormat-r339319.vsix">Visual Studio plugin installer</a> <a href="https://prereleases.llvm.org/win-snapshots/ClangFormat-r339319.vsix.sig">(.sig)</a>,
+ based on SVN r339319. Also available <a href="https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat">at the Visual Studio Marketplace</a>. A separate build of the clang-format binary is available as <a href="https://prereleases.llvm.org/win-snapshots/clang-format-r339319.exe">clang-format-r339319.exe</a> <a href="https://prereleases.llvm.org/win-snapshots/clang-format-r339319.exe.sig">(.sig)</a>.</p>
</div>
More information about the llvm-commits
mailing list