Skip to content

Commit af2fe81

Browse files
authored
Merge pull request Homebrew#222263 from Homebrew/bump-clang-format-20.1.4
clang-format 20.1.4
2 parents 440f4f5 + dd2d2ba commit af2fe81

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Formula/c/clang-format.rb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ class ClangFormat < Formula
77
head "https://github.com/llvm/llvm-project.git", branch: "main"
88

99
stable do
10-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/llvm-20.1.3.src.tar.xz"
11-
sha256 "e5dc9b9d842c5f79080f67860a084077e163430de1e2cd3a74e8bee86e186751"
10+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/llvm-20.1.4.src.tar.xz"
11+
sha256 "98a95e4a86dd50d0177ae058365e08da0569ad843e829a68489a0d217e5c4411"
1212

1313
resource "clang" do
14-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/clang-20.1.3.src.tar.xz"
15-
sha256 "3cddfd12c81a64d2e6036478417e0314278aec3a76e1d197c6fa444a07ed6bfc"
14+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/clang-20.1.4.src.tar.xz"
15+
sha256 "f26454224190c2090e5d21be8700abbc56592a0c0764291a5c358f2974f1fde3"
1616

1717
livecheck do
1818
formula :parent
1919
end
2020
end
2121

2222
resource "cmake" do
23-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/cmake-20.1.3.src.tar.xz"
24-
sha256 "d5423ec180f14df6041058a2b66e321e4420499e111235577e09515a38a03451"
23+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/cmake-20.1.4.src.tar.xz"
24+
sha256 "d6fe52e4fd709590284127cfef143f67ff1b917865f1b4731f6600c330bf9c27"
2525

2626
livecheck do
2727
formula :parent
2828
end
2929
end
3030

3131
resource "third-party" do
32-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/third-party-20.1.3.src.tar.xz"
33-
sha256 "bae96bfc535f4e8e27db8c7bce88d1236ae2af25afb70333b90aabf55168c186"
32+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/third-party-20.1.4.src.tar.xz"
33+
sha256 "94a42d62aaf96b260f01217e170620bd120eaf70926930a58c8c451aceb9c015"
3434

3535
livecheck do
3636
formula :parent
@@ -45,13 +45,13 @@ class ClangFormat < Formula
4545
end
4646

4747
bottle do
48-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fda665f5fdf956de2b88ba791678e913750e706cfa7485c69a44f1f78b2b7647"
49-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c09a609f09f556aca111155d15cb85ad63ae65b80c9696c478174524692caed9"
50-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbf4e1a5b6e0ebaf2a15ec1d83191152b37f4fc8ffaeefa5172524b5cb28f742"
51-
sha256 cellar: :any_skip_relocation, sonoma: "99c1f944187a41166538bc640cbc9e70e7403ea84cc0fdf5cfc5637c61895b18"
52-
sha256 cellar: :any_skip_relocation, ventura: "af0b67fa6690871f496fd1fe61784c05eaa4d796b93edad3718f650b160e8e94"
53-
sha256 cellar: :any_skip_relocation, arm64_linux: "21a6a4f7fae2ae144cdb89e3d75830c4c0fa50b5ab1e0a47521edfcf2bfc9773"
54-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab8fe204cba2f2713835591ab90aa93f8ed34de66d21bfddf20f256c7d388abc"
48+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "38931f7505bc619f2ae113107e70ccc205983648705b97b68f2231bf08e66aa8"
49+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d6d963e75c4830a1085818d7a7f0a9af0e4119c8e83e2e7c094cc52e9cde3c1"
50+
sha256 cellar: :any_skip_relocation, arm64_ventura: "42f50086c60ec62f9614f212dbb48a9d290befb8fc8d1b3c96003e3ed0a6b08e"
51+
sha256 cellar: :any_skip_relocation, sonoma: "73d1da3d3f298ffaf019f0884249f367d0181a0506920b3a42e9b2f948bc8b49"
52+
sha256 cellar: :any_skip_relocation, ventura: "8d5ac0202240c7a04af12fc3baa19d4f24e260decd80b7f742387cd57a899c07"
53+
sha256 cellar: :any_skip_relocation, arm64_linux: "8efeb1a953fadf41215d2cc817aa94117a4ff10538ee76f1827c688541982cd7"
54+
sha256 cellar: :any_skip_relocation, x86_64_linux: "90b6425ed94d758396387c0bf9e62764e2038705729f6b993a6f0d8f6b007938"
5555
end
5656

5757
depends_on "cmake" => :build

0 commit comments

Comments
 (0)