From 72c595842143176847d123d76178069b2cbd8e48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:31:15 +0000 Subject: [PATCH] llvm: Update to version 16.0.6 --- bucket/llvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index e2b0da0b80..3a8159b3b0 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,16 +1,16 @@ { - "version": "16.0.5", + "version": "16.0.6", "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-16.0.5/LLVM-16.0.5-win64.exe#/dl.7z", - "hash": "085ed35d0da362b961db2a220b289f24a5a03d8c73f97494a75d471e40ddb0fb" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64.exe#/dl.7z", + "hash": "9a8cd30cc92fdf403d96217347861545a5bbff7a1a1a8527b5785ff0e9101111" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.5/LLVM-16.0.5-win32.exe#/dl.7z", - "hash": "e154f1ec2a70c368278f903970a8738474b298012ca40ace788ea422a8a4dff2" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win32.exe#/dl.7z", + "hash": "2b2ffd454e1d4eac6915c41e29de02d214c6cb33390098468bf088dbc7410629" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",