Skip to content

Commit eea20f3

Browse files
authored
Merge pull request Homebrew#217747 from Homebrew/bump-libclc-20.1.2
libclc 20.1.2
2 parents 2ec0534 + 1c4f356 commit eea20f3

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.1/libclc-20.1.1.src.tar.xz"
5-
sha256 "1162711df15884ae97e1aca9b3e9947e91eafca23f6f058b74c4e1bfef8cc2b6"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/libclc-20.1.2.src.tar.xz"
5+
sha256 "ea1db1c7ffd6ba524124112040458f033ee7a156d9e382e5d04e73d609f8fbed"
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: "11365f93f58ece1a4287064bf5593c14c4dfd48a69a9932fa8d340c6bdce3e5c"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "11365f93f58ece1a4287064bf5593c14c4dfd48a69a9932fa8d340c6bdce3e5c"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "11365f93f58ece1a4287064bf5593c14c4dfd48a69a9932fa8d340c6bdce3e5c"
17-
sha256 cellar: :any_skip_relocation, sonoma: "11365f93f58ece1a4287064bf5593c14c4dfd48a69a9932fa8d340c6bdce3e5c"
18-
sha256 cellar: :any_skip_relocation, ventura: "11365f93f58ece1a4287064bf5593c14c4dfd48a69a9932fa8d340c6bdce3e5c"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "11365f93f58ece1a4287064bf5593c14c4dfd48a69a9932fa8d340c6bdce3e5c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "61b59909210f0e9dde8d8da1da69f2002f07002e0bd2d2e8a24bc3673f5af15f"
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"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)