Skip to content

Commit 7239b58

Browse files
committed
libclc 20.1.6
1 parent e803a00 commit 7239b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/lib/libclc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libclc < Formula
22
desc "Implementation of the library requirements of the OpenCL C programming language"
33
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"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.6/libclc-20.1.6.src.tar.xz"
5+
sha256 "c6c431b0ab5d929395ccd367e87bbde4b1d622588e40460b92202424454c05da"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

88
livecheck do

0 commit comments

Comments
 (0)