diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-28 15:51:43 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-28 15:51:43 +0000 |
| commit | 126eeef63e3a0c6e433307c5d412534c72b25c8b (patch) | |
| tree | 0f4fa2302829e696438972d2d12b98052ba45f82 /repos/extra/libclc/abuild | |
| parent | 6bdbbfd9927adbc3c54ce28cb65b41693b8c0bd1 (diff) | |
| download | alicelinux-126eeef63e3a0c6e433307c5d412534c72b25c8b.tar.gz alicelinux-126eeef63e3a0c6e433307c5d412534c72b25c8b.zip | |
libclc: updated to 22.1.4
Diffstat (limited to 'repos/extra/libclc/abuild')
| -rw-r--r-- | repos/extra/libclc/abuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/repos/extra/libclc/abuild b/repos/extra/libclc/abuild index 28bb0ac9..ee507a5c 100644 --- a/repos/extra/libclc/abuild +++ b/repos/extra/libclc/abuild @@ -1,4 +1,7 @@ name=libclc -version=21.1.8 +version=22.1.4 release=1 -source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/${name}-${version}.src.tar.xz" +source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz" +build_type="cmake_build" +build_dir="llvm-project-${version}.src/libclc" + |