diff options
| author | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-23 17:38:26 -0300 |
|---|---|---|
| committer | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-23 17:38:26 -0300 |
| commit | f498757145fdb8c0f90af0d3bc39d347dd307ae5 (patch) | |
| tree | 670c29b43b3983166064b5e43af9a384bd86c9f6 /repos/extra/libclc | |
| parent | 054236d7ef0398d83118cd1f031581f7ec9953d5 (diff) | |
| parent | c6e05105528b47a952d5367d5326a349608e456e (diff) | |
| download | alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.tar.gz alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.zip | |
Merge branch 'main' into newsraft
This also adds 'comunity' repo
Diffstat (limited to 'repos/extra/libclc')
| -rw-r--r-- | repos/extra/libclc/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libclc/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/libclc/.checksum b/repos/extra/libclc/.checksum index 15b3a155..007a0523 100644 --- a/repos/extra/libclc/.checksum +++ b/repos/extra/libclc/.checksum @@ -1 +1 @@ -3969d4e3dd768c05fb73e8e17c36fe6a89002379f5064ba0c200b5242b8c5e86 llvm-project-22.1.5.src.tar.xz +351f1b34957713b4ab867d226fb34b02bc6501dbe3ba6ef84d99b9931cffa168 llvm-project-22.1.6.src.tar.xz diff --git a/repos/extra/libclc/abuild b/repos/extra/libclc/abuild index cea227f2..2f19f55c 100644 --- a/repos/extra/libclc/abuild +++ b/repos/extra/libclc/abuild @@ -1,5 +1,5 @@ name=libclc -version=22.1.5 +version=22.1.6 release=1 source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz" build_type="cmake_build" |