@@ -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