From 18ad656bf1594637280a6b7d4feb4ba72103fb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 16 Apr 2021 03:15:22 +0200 Subject: [PATCH] llvm: Update to version 12.0.0 --- bucket/llvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index 8c8447c257..a36b9ebe8c 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,16 +1,16 @@ { - "version": "11.1.0", + "version": "12.0.0", "description": "Collection of modular and reusable compiler and toolchain technologies.", "homepage": "https://www.llvm.org", "license": "NCSA", "architecture": { "64bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win64.exe#/dl.7z", - "hash": "b5770bbfac712d273938cd155e232afaa85c2e8d865c7ca504a104a838568516" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/LLVM-12.0.0-win64.exe#/dl.7z", + "hash": "8426d57f2af2bf07f80014bfd359e87ed10f5521a236a10cfe9fc4870d1b1b25" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win32.exe#/dl.7z", - "hash": "b92f7c74ccd132dba0089cdf4efe9096a3f6018f14290611a408aea329845727" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/LLVM-12.0.0-win32.exe#/dl.7z", + "hash": "bbb264bc9c8300c8f98a129050d94127cba8370ee26e4f9b1fe9cced03b1f638" } }, "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",