diff --git a/bucket/llvm-x.json b/bucket/llvm-x.json index 17fade9..3df2d27 100644 --- a/bucket/llvm-x.json +++ b/bucket/llvm-x.json @@ -1,16 +1,16 @@ { - "version": "17.0.4", + "version": "17.0.5", "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.4/LLVM-17.0.4-win64.exe#/dl.7z", - "hash": "4e46abdb1b49ab0ccf20a924fc47e1fa7127a4f818cb3df5eb3eb23e3f674cc5" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-win64.exe#/dl.7z", + "hash": "0615361cb29305edacc40d8af7d26673f5b5782421f4cc6e3efb52d0ddc151ee" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.4/LLVM-17.0.4-win32.exe#/dl.7z", - "hash": "0d225a138453badc25de7c612b8081afbc2d8bdcd1d288124d300adf0315c5c7" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-win32.exe#/dl.7z", + "hash": "2447e106c06b87d1e5877389e8967610811275aa2322fe56db267b0413a25aea" } }, "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",