Skip to content

Commit 6cc714e

Browse files
authored
Merge pull request #220278 from DesWurstes/patch-1
llvm 20.1.3
2 parents e0f925a + a2c6570 commit 6cc714e

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

Formula/f/flang.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Flang < Formula
22
desc "LLVM Fortran Frontend"
33
homepage "https://flang.llvm.org/"
4-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/llvm-project-20.1.2.src.tar.xz"
5-
sha256 "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/llvm-project-20.1.3.src.tar.xz"
5+
sha256 "b6183c41281ee3f23da7fda790c6d4f5877aed103d1e759763b1008bdd0e2c50"
66
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
77
license "Apache-2.0" => { with: "LLVM-exception" }
88
head "https://github.com/llvm/llvm-project.git", branch: "main"
@@ -12,13 +12,13 @@ class Flang < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "00c50446452260abf7a51342dcbfb3773232922879c1a8a0b3d913a26cee0099"
16-
sha256 cellar: :any, arm64_sonoma: "a80fff8380650c7baba0fea1a47929fc56a57d069546b8d818e8ef6e2b708560"
17-
sha256 cellar: :any, arm64_ventura: "2b3e6fc4790138b3cfe4eae2108bc9532ac28d1b2ee2919c9d609d0890080af2"
18-
sha256 cellar: :any, sonoma: "8f2015416971cc68ad78c684004d12bc66ab5f88a2f14323a6ff789db47d2712"
19-
sha256 cellar: :any, ventura: "01909576e54190c55c060e7d5feb60771f5ceb357247221f73b1351b2225bff9"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "1a9b085e052dc177c27cb333edb29d2208bebac1e01e532e88b76ac4bbb1d2a0"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9078ab8a1ecd47810ad1952aeba8bc314dced510cfb3f49edad85b0fd20148c"
15+
sha256 cellar: :any, arm64_sequoia: "fbaaed9ccb2b40781a8fefa992af20aa59e855d5ef101163be5f70403a3d3633"
16+
sha256 cellar: :any, arm64_sonoma: "177722e1108e382936f581e9657556c578ddde2cc98687f12fdca6ccb1a3f990"
17+
sha256 cellar: :any, arm64_ventura: "f01d3e46299737051fd77540e46f3434f8949e9f5a988da5c43dcd900e3e705b"
18+
sha256 cellar: :any, sonoma: "1d55cea0d255c6b6ac2ac5fa36ccdbdde0549f2aff29797eef022c2e830abb4d"
19+
sha256 cellar: :any, ventura: "607bdbd4e004d4aa7ed04c2f9505ee42242fbf2b1c6ec054c26fea0af4cb71c3"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "542000b67a799dc07bd5c9d6e9cce0a89822081919601bd9bf0096dcff66d6ae"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c8c7c2d9d6843344a4a9ebe1ce260464c8c67517d828c5396e2e54c6ecf8a0fb"
2222
end
2323

2424
depends_on "cmake" => :build

Formula/l/lld.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Lld < Formula
22
desc "LLVM Project Linker"
33
homepage "https://lld.llvm.org/"
4-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/llvm-project-20.1.2.src.tar.xz"
5-
sha256 "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/llvm-project-20.1.3.src.tar.xz"
5+
sha256 "b6183c41281ee3f23da7fda790c6d4f5877aed103d1e759763b1008bdd0e2c50"
66
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
77
license "Apache-2.0" => { with: "LLVM-exception" }
88
head "https://github.com/llvm/llvm-project.git", branch: "main"
@@ -12,13 +12,13 @@ class Lld < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "361ecf4b26972a6f82cac2da3ca44a1047bf3767f5cf351420aba4be0ef8fc9e"
16-
sha256 cellar: :any, arm64_sonoma: "e6f88c1321295fa9786d77f475eaf6f38dd3eb0879f6ffc7e34482ebf47ca88a"
17-
sha256 cellar: :any, arm64_ventura: "f7eea418459e16e143128384b7f15fa56d3ebce3c6697d098d9df587ef819df2"
18-
sha256 cellar: :any, sonoma: "25bad83b79c03b2f21cd1a1cb7f69787fa01ab3ce515aa4299dc7b5be206a057"
19-
sha256 cellar: :any, ventura: "49425b17da457a1bb8d41052cf96d97072f3898df2571179ad24335ef5251a22"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "7420d5df326951f81d1474d09eda555e4152fad666d914431bdb8eeb1f5c7a10"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c6bc41cf2ce182153b2b57a1de28d9e9ce061a07ae6b58013ba2a5e59ddffdf"
15+
sha256 cellar: :any, arm64_sequoia: "142f5ef84388b4e9861c135d0396aee790c5b9029cff3186af16447203125ac0"
16+
sha256 cellar: :any, arm64_sonoma: "a97e6948e373cbab2608ef720610214c979ed57d78e266e9c9a2061189adff38"
17+
sha256 cellar: :any, arm64_ventura: "4e6d3be69b3a5aed4b689667c5bebab024f6437e9d45529ded2b0ac34e7cd59a"
18+
sha256 cellar: :any, sonoma: "a7ecea226cc1e7a853e07279250d8d07a782a9beadc8768ef19abda5a0bdcf28"
19+
sha256 cellar: :any, ventura: "645a2c3e53203c29473f855416032f6f0aa358e2afccfe97591f5522e3a621d4"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "23c8206ff14c20f0751e7d98995b406898e907d5c30be197fc254ae802cebf19"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f56a5d30dc5903c1983ddbb56adb0f2536db027ff6cb7ccc89dddd357d705042"
2222
end
2323

2424
depends_on "cmake" => :build

Formula/l/llvm.rb

Lines changed: 9 additions & 9 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.2/llvm-project-20.1.2.src.tar.xz"
6-
sha256 "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38"
5+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/llvm-project-20.1.3.src.tar.xz"
6+
sha256 "b6183c41281ee3f23da7fda790c6d4f5877aed103d1e759763b1008bdd0e2c50"
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"
@@ -14,13 +14,13 @@ class Llvm < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any, arm64_sequoia: "87e3e9f1ed544faab868b9e78961e013974e529baab0308935296b69210aead2"
18-
sha256 cellar: :any, arm64_sonoma: "b2ff1c4adcc012e64d44ad50861e1e711d68d30e720efbedd2c5335e638f4dad"
19-
sha256 cellar: :any, arm64_ventura: "0c629453ef29472d74bf29f66070823a728e74c23a3996fc941724fa6283a6ce"
20-
sha256 cellar: :any, sonoma: "38c85f32d2bb4fcbdd5a93a5195364143ec5028f56761056195e57f3cfbace1a"
21-
sha256 cellar: :any, ventura: "bbc948ee22c802ab2441dd02e583437e27e1b9088d8a60314ece2a569c023d77"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "e9a7df54f412e6f41ef75128c6c388cc323d8a304350a9fde3b14b7e87902079"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "593d21d08c3d1d61e0f4483bc672aac6a72c2f1234bc18fe6c0e01c0545e436b"
17+
sha256 cellar: :any, arm64_sequoia: "50f7157b1fc8f75de33f0132a7a048fa02c4ff359d8157d06d4be60bec1e911e"
18+
sha256 cellar: :any, arm64_sonoma: "1bd3aa7533443f5c6a3dda63d597feae133264dbe930f1a4b0bd5200d51ef7c9"
19+
sha256 cellar: :any, arm64_ventura: "0736f9f937226ab3c781825b84c05c4ce7bf922e1adad7701fe03f077b79f6df"
20+
sha256 cellar: :any, sonoma: "74e71c853331a9fbadbff375f2cc7d73403c93db1104ceba46dfb7a3d03da83c"
21+
sha256 cellar: :any, ventura: "24c43f8c335e72c374c4a2515d9db9fd93d9ac73a753aba92c8fe0e3d347758b"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "e3652893fc411853efa5b123552ed63678c5cef905b630ed45ab641a3266d4e9"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "46bb0c52a82d1841c6f64c8edf2a07c8a2a377615c93e8aaf0a84b33a7fd371f"
2424
end
2525

2626
keg_only :provided_by_macos

0 commit comments

Comments
 (0)