We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e803a00 commit 7239b58Copy full SHA for 7239b58
Formula/lib/libclc.rb
@@ -1,8 +1,8 @@
1
class Libclc < Formula
2
desc "Implementation of the library requirements of the OpenCL C programming language"
3
homepage "https://libclc.llvm.org/"
4
- url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/libclc-20.1.5.src.tar.xz"
5
- sha256 "7aabcc31eff12bc54778c38752192939df8d983002c961cb1ac97f57e50ccff1"
+ url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/libclc-20.1.6.src.tar.xz"
+ sha256 "c6c431b0ab5d929395ccd367e87bbde4b1d622588e40460b92202424454c05da"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
8
livecheck do
0 commit comments