diff --git a/bucket/llvm.json b/bucket/llvm.json index 06599dfd2d..1b6c5d7467 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,20 +1,20 @@ { - "version": "18.1.7", + "version": "18.1.8", "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-18.1.7/LLVM-18.1.7-win64.exe#/dl.7z", - "hash": "d38707b431ea30b6d1246412220e8da443e8423fd3b27ae59939a064141dece0" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-win64.exe#/dl.7z", + "hash": "94af030060d88cc17e9f00ef1663ebdc1126b35e16bebdfa1e807984b70abd8f" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/LLVM-18.1.7-win32.exe#/dl.7z", - "hash": "28b5d89f4f77f376918892533a1312cb9da8fedf619399f814e31e33e1ccd3d7" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-win32.exe#/dl.7z", + "hash": "4ce39685d593a33cdbcdd10bec2288b65e020b38995d684c19cb56cad0fa43ac" }, "arm64": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/LLVM-18.1.7-woa64.exe#/dl.7z", - "hash": "cf8260637596a8b1e69088713127de4fb9deb4fc5836f0174fb0cd43dfd354d8" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-woa64.exe#/dl.7z", + "hash": "e25bf44d67fe86708490cf08de085fe1d6e1e50f3249c212c9077a06247cdc9e" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",