Skip to content

Commit ded2fa1

Browse files
committed
llvm 20.1.8
1 parent e3aeae9 commit ded2fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/l/llvm.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Llvm < Formula
22
desc "Next-gen compiler infrastructure"
33
homepage "https://llvm.org/"
44
# TODO: Rebase `clang-cl` patch.
5-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/llvm-project-20.1.7.src.tar.xz"
6-
sha256 "cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008"
5+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/llvm-project-20.1.8.src.tar.xz"
6+
sha256 "6898f963c8e938981e6c4a302e83ec5beb4630147c7311183cf61069af16333d"
77
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
88
license "Apache-2.0" => { with: "LLVM-exception" }
99
head "https://github.com/llvm/llvm-project.git", branch: "main"

0 commit comments

Comments
 (0)