Skip to content

Commit

Permalink
Merge pull request #196063 from Homebrew/bump-libclc-19.1.3
Browse files Browse the repository at this point in the history
libclc 19.1.3
  • Loading branch information
BrewTestBot authored Oct 30, 2024
2 parents ff21e62 + 37bb5f7 commit 4e649c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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-19.1.2/libclc-19.1.2.src.tar.xz"
sha256 "2a9351b15d935d84e1d7d24daff895fa907ff94d120a5ed0ba463df04eecf4e9"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.3/libclc-19.1.3.src.tar.xz"
sha256 "b49fab401aaa65272f0480f6d707a9a175ea8e68b6c5aa910457c4166aa6328f"
license "Apache-2.0" => { with: "LLVM-exception" }

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24124f8c759b0933640c2cf0ed4db88c8cd1bf6a71163282851726bd397d39c8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24124f8c759b0933640c2cf0ed4db88c8cd1bf6a71163282851726bd397d39c8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "24124f8c759b0933640c2cf0ed4db88c8cd1bf6a71163282851726bd397d39c8"
sha256 cellar: :any_skip_relocation, sonoma: "24124f8c759b0933640c2cf0ed4db88c8cd1bf6a71163282851726bd397d39c8"
sha256 cellar: :any_skip_relocation, ventura: "24124f8c759b0933640c2cf0ed4db88c8cd1bf6a71163282851726bd397d39c8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59b813da7301e7bd25f0ab6f8dca191e5f54d52fe9057885c2773461d6176739"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "89112655124692416a9288c515af4c390bce661327d4fcc89dcb42cfd2af959b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89112655124692416a9288c515af4c390bce661327d4fcc89dcb42cfd2af959b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "89112655124692416a9288c515af4c390bce661327d4fcc89dcb42cfd2af959b"
sha256 cellar: :any_skip_relocation, sonoma: "89112655124692416a9288c515af4c390bce661327d4fcc89dcb42cfd2af959b"
sha256 cellar: :any_skip_relocation, ventura: "89112655124692416a9288c515af4c390bce661327d4fcc89dcb42cfd2af959b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b19b67f106a9803f326cf66bed7ee9158ac41a3f2dbc6f9510d71962cd3d6af"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 4e649c6

Please sign in to comment.