diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-03 23:27:20 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-03 23:27:20 +0000 |
| commit | e916c74b71b44143e66b4e513d7c4c9e434bbbeb (patch) | |
| tree | 296e3f2e2ca3daf6acbbed59dd5baa7450a5a4a7 | |
| parent | 604a5d45413b2c8e570325632b7e63cfae552d0b (diff) | |
| download | alicelinux-e916c74b71b44143e66b4e513d7c4c9e434bbbeb.tar.gz alicelinux-e916c74b71b44143e66b4e513d7c4c9e434bbbeb.zip | |
libclc: updated to 22.1.7
| -rw-r--r-- | repos/extra/libclc/.shasum | 1 | ||||
| -rw-r--r-- | repos/extra/libclc/abuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/libclc/.shasum b/repos/extra/libclc/.shasum new file mode 100644 index 00000000..f896f8cd --- /dev/null +++ b/repos/extra/libclc/.shasum @@ -0,0 +1 @@ +3aa34338332090753decdebb63f6015721c0d090ce2d7a3ef9c9989b llvm-project-22.1.7.src.tar.xz diff --git a/repos/extra/libclc/abuild b/repos/extra/libclc/abuild index 2f19f55c..dcef9f58 100644 --- a/repos/extra/libclc/abuild +++ b/repos/extra/libclc/abuild @@ -1,5 +1,5 @@ name=libclc -version=22.1.6 +version=22.1.7 release=1 source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz" build_type="cmake_build" |