From 8f4bee84b33c311b82fb3cece8d96bd145d0668d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:38:31 +0000 Subject: [PATCH 1/2] libclc 19.1.3 --- Formula/lib/libclc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libclc.rb b/Formula/lib/libclc.rb index b3c57dc394bc3..13444a54b9327 100644 --- a/Formula/lib/libclc.rb +++ b/Formula/lib/libclc.rb @@ -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 From 37bb5f7d75ad0d1af6380d1191a7e270c38c7465 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:14:52 +0000 Subject: [PATCH 2/2] libclc: update 19.1.3 bottle. --- Formula/lib/libclc.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/lib/libclc.rb b/Formula/lib/libclc.rb index 13444a54b9327..22dcfc11272bc 100644 --- a/Formula/lib/libclc.rb +++ b/Formula/lib/libclc.rb @@ -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