diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-22 01:21:07 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-22 01:21:07 +0000 |
| commit | fd5360cf73ccaf41c097c14402cf5fccdd12a3dd (patch) | |
| tree | 8a9d5bfa36f4eaecbbe953e205c757a37e3d65ff | |
| parent | 369a3fa956f958dadc01087481b4fb77f8a01531 (diff) | |
| download | alicelinux-fd5360cf73ccaf41c097c14402cf5fccdd12a3dd.tar.gz alicelinux-fd5360cf73ccaf41c097c14402cf5fccdd12a3dd.zip | |
libclc: updated to 22.1.8
| -rw-r--r-- | repos/extra/libclc/.shasum | 2 | ||||
| -rw-r--r-- | repos/extra/libclc/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/libclc/.shasum b/repos/extra/libclc/.shasum index f896f8cd..2fc88830 100644 --- a/repos/extra/libclc/.shasum +++ b/repos/extra/libclc/.shasum @@ -1 +1 @@ -3aa34338332090753decdebb63f6015721c0d090ce2d7a3ef9c9989b llvm-project-22.1.7.src.tar.xz +0679d2401127e2428b44231f6aa570f01056aad7a54ce0d2226ded6c llvm-project-22.1.8.src.tar.xz diff --git a/repos/extra/libclc/abuild b/repos/extra/libclc/abuild index dcef9f58..11c00d49 100644 --- a/repos/extra/libclc/abuild +++ b/repos/extra/libclc/abuild @@ -1,5 +1,5 @@ name=libclc -version=22.1.7 +version=22.1.8 release=1 source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz" build_type="cmake_build" |