|
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/v2024.05.08.tar.gz" |
5 | | - sha256 "3c3dd236d35f4960028f4f58ce8d963fb63f3d50251d1e9854b76f1caab9a309" |
| 4 | + url "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2024.10.24.tar.gz" |
| 5 | + sha256 "159f2a550592bae49859fee83d372acd152328fdf95c0dcd8b9409f8fad5db93" |
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: "945fb352c3498fa4f11fbcdfb304f15e6d1d93a2d06067c415d2bd57629f7703" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7fefcbb260b67476e911a242932caca6aaefb60782511ed6447cec37ffd6ec2" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "1b400162ef91a258ad6781be96d563ad64049766a1f26811473cd2ef303a8901" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "72e34f961e0b1cbd0db32254f10ab12911ba34a8f24fd4ce61a7fd3e27df9482" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "e972ebd7d809c9d806ca099201940dfd6883894cd68245d6c92f17e72463efad" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "85e3005179d1dda7f17507b1fa9d06a438cebe25ebb751bdaf69eb6db9f131ee" |
16 | | - sha256 cellar: :any_skip_relocation, monterey: "27b66127a4cd9a9f0b1f46b0598074ed2603b15714cdc23a9caf21c68bce250c" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e4739a977ffb947a476ace711a6fb79155d9f2ad81f46f9174310626cbbbf78d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "48ca1aea759fd7b22344fb9b3103c071b892e2bae7a47717306c5ed857d8793b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "23cb70827358da453160139e62a4f60bfbb65499b5f03dd8c2468ef63cf3f315" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | keg_only :shadowed_by_macos, "macOS provides OpenCL.framework" |
|
0 commit comments