Skip to content

Commit b5b173b

Browse files
authored
Merge pull request Homebrew#220266 from Homebrew/bump-libclc-20.1.3
libclc 20.1.3
2 parents 67550bf + eef34af commit b5b173b

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.2/libclc-20.1.2.src.tar.xz"
5-
sha256 "ea1db1c7ffd6ba524124112040458f033ee7a156d9e382e5d04e73d609f8fbed"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.3/libclc-20.1.3.src.tar.xz"
5+
sha256 "bc5050fd1bcb7383da37fa13f9d7c075cfa0de2d7f86a6385a62517fdb815630"
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: "d3a8cc6c750a52bf40462f2a710d20c2c9dec52064059842914795f98cfc9593"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3a8cc6c750a52bf40462f2a710d20c2c9dec52064059842914795f98cfc9593"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3a8cc6c750a52bf40462f2a710d20c2c9dec52064059842914795f98cfc9593"
17-
sha256 cellar: :any_skip_relocation, sonoma: "d3a8cc6c750a52bf40462f2a710d20c2c9dec52064059842914795f98cfc9593"
18-
sha256 cellar: :any_skip_relocation, ventura: "d3a8cc6c750a52bf40462f2a710d20c2c9dec52064059842914795f98cfc9593"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "d3a8cc6c750a52bf40462f2a710d20c2c9dec52064059842914795f98cfc9593"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "225542b05c46b4ebb3c2d60f515471db28fb8742239c524c4490e11e6c02533b"
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"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)