diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
| commit | b3101dc4a93bcd9c32df2695610ac530319e1b21 (patch) | |
| tree | 29b04e0ac08453a4add01cb21f33e72bc4f52050 /repos/extra/llvm/abuild | |
| parent | b634f9969a64ef8940d2b5a1f45edec1f6e77484 (diff) | |
| download | alicelinux-b3101dc4a93bcd9c32df2695610ac530319e1b21.tar.gz alicelinux-b3101dc4a93bcd9c32df2695610ac530319e1b21.zip | |
llvm: updated to 19.1.6
Diffstat (limited to 'repos/extra/llvm/abuild')
| -rwxr-xr-x | repos/extra/llvm/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/llvm/abuild b/repos/extra/llvm/abuild index 92b8408f..ad6cfde4 100755 --- a/repos/extra/llvm/abuild +++ b/repos/extra/llvm/abuild @@ -1,5 +1,5 @@ name=llvm -version=19.1.5 +version=19.1.6 release=1 source="https://github.com/${name}/${name}-project/releases/download/${name}org-${version}/${name}-${version}.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/cmake-${version}.src.tar.xz |