Skip to content

Commit 5882308

Browse files
authored
Merge pull request #230951 from Homebrew/bump-opencl-headers-2025.07.22
opencl-headers 2025.07.22
2 parents 644b851 + 817a1e0 commit 5882308

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/o/opencl-headers.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class OpenclHeaders < Formula
22
desc "C language header files for the OpenCL API"
33
homepage "https://www.khronos.org/registry/OpenCL/"
4-
url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2025.06.13.tar.gz"
5-
sha256 "8bf2fda271c3511ee1cd9780b97446e9fa0cf2b0765cdd54aee60074a4567644"
4+
url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2025.07.22.tar.gz"
5+
sha256 "98f0a3ea26b4aec051e533cb1750db2998ab8e82eda97269ed6efe66ec94a240"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/OpenCL-Headers.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1"
13-
sha256 cellar: :any_skip_relocation, sonoma: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1"
14-
sha256 cellar: :any_skip_relocation, ventura: "9a254d7da40cc5894307683453ce237ed6a4864f48ea7289e2b2b845336690f1"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "bd80e14dfdebbc4b2498c950027ed59233d595829cb882c6c500542befdf092c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd80e14dfdebbc4b2498c950027ed59233d595829cb882c6c500542befdf092c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a77df45da340369c12473f2d7bb2b78ab954ec432c61eabe648434b49785d801"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a77df45da340369c12473f2d7bb2b78ab954ec432c61eabe648434b49785d801"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a77df45da340369c12473f2d7bb2b78ab954ec432c61eabe648434b49785d801"
13+
sha256 cellar: :any_skip_relocation, sonoma: "a77df45da340369c12473f2d7bb2b78ab954ec432c61eabe648434b49785d801"
14+
sha256 cellar: :any_skip_relocation, ventura: "a77df45da340369c12473f2d7bb2b78ab954ec432c61eabe648434b49785d801"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "a8b7bef48a5d24c0528a92f1e05ae63ad225852c1d16ebc5c2ef3da1f344668d"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8b7bef48a5d24c0528a92f1e05ae63ad225852c1d16ebc5c2ef3da1f344668d"
1717
end
1818

1919
keg_only :shadowed_by_macos, "macOS provides OpenCL.framework"

0 commit comments

Comments
 (0)