|
1 | 1 | class OpenclHeaders < Formula
|
2 | 2 | desc "C language header files for the OpenCL API"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/KhronosGroup/OpenCL-Headers.git", branch: "main"
|
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | keg_only :shadowed_by_macos, "macOS provides OpenCL.framework"
|
|
0 commit comments