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 21a58aa commit c6edc7fCopy full SHA for c6edc7f
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.3/libclc-20.1.3.src.tar.xz"
5
- sha256 "bc5050fd1bcb7383da37fa13f9d7c075cfa0de2d7f86a6385a62517fdb815630"
+ url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/libclc-20.1.4.src.tar.xz"
+ sha256 "08d792747dd08aa0fb3378f5dd4275d7fcb4b286db54eb3f6f9ce3548e13397a"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
8
livecheck do
0 commit comments