Skip to content

Commit

Permalink
llvm-x: Update to version 17.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent cc1ca8e commit dfd833b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/llvm-x.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "17.0.5",
"version": "17.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-17.0.5/LLVM-17.0.5-win64.exe#/dl.7z",
"hash": "0615361cb29305edacc40d8af7d26673f5b5782421f4cc6e3efb52d0ddc151ee"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe#/dl.7z",
"hash": "89dc351af8e8fa1cafc6b48411e608aa9457c930a10f984aad5d21ab020165b2"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-win32.exe#/dl.7z",
"hash": "2447e106c06b87d1e5877389e8967610811275aa2322fe56db267b0413a25aea"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win32.exe#/dl.7z",
"hash": "766332eaedbc83a57ecd5b719912ed4bc0be1ef0df952581d2b3edb9135b7c2a"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
Expand Down

0 comments on commit dfd833b

Please sign in to comment.