Skip to content

Commit cad3203

Browse files
authored
Merge pull request #222271 from Homebrew/bump-libclc-20.1.4
libclc 20.1.4
2 parents 90f6228 + 57c7ddb commit cad3203

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/lib/libclc.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libclc < Formula
22
desc "Implementation of the library requirements of the OpenCL C programming language"
33
homepage "https://libclc.llvm.org/"
4-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/libclc-20.1.3.src.tar.xz"
5-
sha256 "bc5050fd1bcb7383da37fa13f9d7c075cfa0de2d7f86a6385a62517fdb815630"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/libclc-20.1.4.src.tar.xz"
5+
sha256 "08d792747dd08aa0fb3378f5dd4275d7fcb4b286db54eb3f6f9ce3548e13397a"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

88
livecheck do
@@ -11,13 +11,13 @@ class Libclc < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f709c64531511db958e3db10e2193c31553a88a40dea5fbb65babc6a9bbd60f8"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f709c64531511db958e3db10e2193c31553a88a40dea5fbb65babc6a9bbd60f8"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f709c64531511db958e3db10e2193c31553a88a40dea5fbb65babc6a9bbd60f8"
17-
sha256 cellar: :any_skip_relocation, sonoma: "f709c64531511db958e3db10e2193c31553a88a40dea5fbb65babc6a9bbd60f8"
18-
sha256 cellar: :any_skip_relocation, ventura: "f709c64531511db958e3db10e2193c31553a88a40dea5fbb65babc6a9bbd60f8"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "f709c64531511db958e3db10e2193c31553a88a40dea5fbb65babc6a9bbd60f8"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "39bf9e0dbe1fec3ffd673c8e23fac0302d133e59d9b8c6c268470a78f4811e8c"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "17fbdaa36c8341641be522624ceaefe6252a9d4a0b9fc3292a4eab293926de9f"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "17fbdaa36c8341641be522624ceaefe6252a9d4a0b9fc3292a4eab293926de9f"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "17fbdaa36c8341641be522624ceaefe6252a9d4a0b9fc3292a4eab293926de9f"
17+
sha256 cellar: :any_skip_relocation, sonoma: "17fbdaa36c8341641be522624ceaefe6252a9d4a0b9fc3292a4eab293926de9f"
18+
sha256 cellar: :any_skip_relocation, ventura: "17fbdaa36c8341641be522624ceaefe6252a9d4a0b9fc3292a4eab293926de9f"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "17fbdaa36c8341641be522624ceaefe6252a9d4a0b9fc3292a4eab293926de9f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ade3403a9289e3cb14543bdabe80c361ada72d0c87224ce69bcc105984e14533"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)