From 73a164763b2e63ced395eae5323ccb7d65a06429 Mon Sep 17 00:00:00 2001 From: zufuliu Date: Sun, 14 Nov 2021 08:35:51 +0800 Subject: [PATCH] Update release versions in example. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 81ca32f..9d347d4 100644 --- a/readme.md +++ b/readme.md @@ -124,8 +124,8 @@ The Platform Toolset is "LLVM for Visual Studio 2010 (`LLVM_v100`)" and "LLVM fo ## Install to AppVeyor or GitHub Actions Build Image ### Install LLVM on the build image - curl -fsSL -o "LLVM-12.0.1-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/LLVM-12.0.1-win64.exe" - LLVM-12.0.1-win64.exe /S + curl -fsSL -o "LLVM-13.0.0-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/LLVM-13.0.0-win64.exe" + LLVM-13.0.0-win64.exe /S ### Install from release archives @@ -140,11 +140,11 @@ The Platform Toolset is "LLVM for Visual Studio 2010 (`LLVM_v100`)" and "LLVM fo Examples: - curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v21.06/LLVM_VS2017.zip" + curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v21.11/LLVM_VS2017.zip" 7z x -y "LLVM_VS2017.zip" >NUL CALL "LLVM_VS2017\install.bat" 1 - curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v21.06/LLVM_VS2010_2015.zip" + curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v21.11/LLVM_VS2010_2015.zip" 7z x -y "LLVM_VS2010_2015.zip" >NUL CALL "LLVM_VS2010_2015\install.bat" 1