Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperChalice committed Oct 16, 2023
1 parent 5f0b933 commit c7370a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/llvm/clang.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Clang < Formula
desc "C language family frontend for LLVM"
homepage "https://clang.llvm.org"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/llvm-project-17.0.1.src.tar.xz"
sha256 "b0e42aafc01ece2ca2b42e3526f54bebc4b1f1dc8de6e34f46a0446a13e882b9"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/llvm-project-17.0.2.src.tar.xz"
sha256 "351562b14d42fcefcbf00cc1f327680a1062bbbf67a1e1ca6acb64c473b06394"
license "Apache-2.0" => { with: "LLVM-exception" }

bottle do
Expand Down

0 comments on commit c7370a6

Please sign in to comment.