Skip to content

Commit

Permalink
Merge pull request #155754 from ZhongRuoyu/bump-libclc-17.0.6
Browse files Browse the repository at this point in the history
libclc 17.0.6
  • Loading branch information
BrewTestBot authored Nov 28, 2023
2 parents 9160ecd + ddd247e commit def2d40
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/lib/libclc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libclc < Formula
desc "Implementation of the library requirements of the OpenCL C programming language"
homepage "https://libclc.llvm.org/"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/libclc-17.0.5.src.tar.xz"
sha256 "08de715d000d551c2587d6c30cafb0a11ecd89b765429847570d14e6f1f93249"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libclc-17.0.6.src.tar.xz"
sha256 "122f641d94d5dfbb3c37534f2b76612fa59d15c36c2a4917369a85eaaca32148"
license "Apache-2.0" => { with: "LLVM-exception" }

livecheck do
Expand All @@ -11,13 +11,13 @@ class Libclc < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc5749ee5702e820b398e8c7a86658738953e26ad4b27cc714e81b9647f88bb0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc5749ee5702e820b398e8c7a86658738953e26ad4b27cc714e81b9647f88bb0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fc5749ee5702e820b398e8c7a86658738953e26ad4b27cc714e81b9647f88bb0"
sha256 cellar: :any_skip_relocation, sonoma: "fc5749ee5702e820b398e8c7a86658738953e26ad4b27cc714e81b9647f88bb0"
sha256 cellar: :any_skip_relocation, ventura: "fc5749ee5702e820b398e8c7a86658738953e26ad4b27cc714e81b9647f88bb0"
sha256 cellar: :any_skip_relocation, monterey: "fc5749ee5702e820b398e8c7a86658738953e26ad4b27cc714e81b9647f88bb0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dca4047d568ec857c9d8faba879caa2117b158c1c865d9b9ebab4add35090b59"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9b401e7ac7a4c60545a672ce19bc9f3f14ac6b70ceca4835c135e29657a9127"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a9b401e7ac7a4c60545a672ce19bc9f3f14ac6b70ceca4835c135e29657a9127"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a9b401e7ac7a4c60545a672ce19bc9f3f14ac6b70ceca4835c135e29657a9127"
sha256 cellar: :any_skip_relocation, sonoma: "a9b401e7ac7a4c60545a672ce19bc9f3f14ac6b70ceca4835c135e29657a9127"
sha256 cellar: :any_skip_relocation, ventura: "a9b401e7ac7a4c60545a672ce19bc9f3f14ac6b70ceca4835c135e29657a9127"
sha256 cellar: :any_skip_relocation, monterey: "a9b401e7ac7a4c60545a672ce19bc9f3f14ac6b70ceca4835c135e29657a9127"
sha256 cellar: :any_skip_relocation, x86_64_linux: "32d12d969c9fab6386e7fdce428c86149e8cfe9d36cc08637ca639646dbb2ced"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit def2d40

Please sign in to comment.