diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-01 21:29:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-01 22:19:53 +0200 |
commit | fea675a64e6bcd6246e124a28cf4fbf39cba0f4e (patch) | |
tree | 0dbf6471dca6367ee840068ec2b530a539bd9f44 /eclass | |
parent | sys-devel/clang: Make component mismatches fatal (diff) | |
download | gentoo-fea675a64e6bcd6246e124a28cf4fbf39cba0f4e.tar.gz gentoo-fea675a64e6bcd6246e124a28cf4fbf39cba0f4e.tar.bz2 gentoo-fea675a64e6bcd6246e124a28cf4fbf39cba0f4e.zip |
llvm.org.eclass: Add 20.0.0_pre20240801 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 07b47d70a852..dfe278fe94ac 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,6 +75,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 19.0.0_pre20240720) EGIT_COMMIT=72d8c2737bb557af9d0c735b9fa30b1b03485627 ;; + 20.0.0_pre20240801) + EGIT_COMMIT=130c135689ec12ab78c53645808524a8d28f7cae + ;; *) die "Unknown snapshot: ${PV}" ;; |