From e7fc0c354f3c3cc01210ba6a4037ad1a08c3ad87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:27:47 +0000 Subject: [PATCH] llvm: Update to version 17.0.1 --- bucket/llvm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index 01848c62b6..3b660b9569 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,20 +1,20 @@ { - "version": "16.0.6", + "version": "17.0.1", "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.6/LLVM-16.0.6-win64.exe#/dl.7z", - "hash": "9a8cd30cc92fdf403d96217347861545a5bbff7a1a1a8527b5785ff0e9101111" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/LLVM-17.0.1-win64.exe#/dl.7z", + "hash": "d4d59100d5901ad2091da183c4dceca69f52ef68300bd4d689914e0a7e985b52" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win32.exe#/dl.7z", - "hash": "2b2ffd454e1d4eac6915c41e29de02d214c6cb33390098468bf088dbc7410629" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/LLVM-17.0.1-win32.exe#/dl.7z", + "hash": "3c71bc3a20d5344ccc5fe1276a09b8e6e32fbcfe8a94da84b99c440b8997ac64" }, "arm64": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-woa64.exe#/dl.7z", - "hash": "74b37b2eaa0b3632c15ecbb5c1c1c5bc2d093a48cc872c4991a34a75ccda805f" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/LLVM-17.0.1-woa64.exe#/dl.7z", + "hash": "9f153ab4575bae015f39cb86e8bd314c6931278b8a3ffc9aa7a21af072e3f35f" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",