Skip to content

Commit c6edc7f

Browse files
committed
libclc 20.1.4
1 parent 21a58aa commit c6edc7f

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.3/libclc-20.1.3.src.tar.xz"
5-
sha256 "bc5050fd1bcb7383da37fa13f9d7c075cfa0de2d7f86a6385a62517fdb815630"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/libclc-20.1.4.src.tar.xz"
5+
sha256 "08d792747dd08aa0fb3378f5dd4275d7fcb4b286db54eb3f6f9ce3548e13397a"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

88
livecheck do

0 commit comments

Comments
 (0)