diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-19 08:48:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-19 12:39:44 +0200 |
commit | f67e6aa1896fb11c726fc6a575a76c69eaff6631 (patch) | |
tree | 25e794cd8a254857fe22f3831d0efb2be2c2ae72 /eclass | |
parent | app-i18n/ibus: remove unused patch (diff) | |
download | gentoo-f67e6aa1896fb11c726fc6a575a76c69eaff6631.tar.gz gentoo-f67e6aa1896fb11c726fc6a575a76c69eaff6631.tar.bz2 gentoo-f67e6aa1896fb11c726fc6a575a76c69eaff6631.zip |
llvm.org.eclass: Add a new 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 527b4fca0a9f..21bb6c2c663f 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -69,6 +69,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 16.0.0_pre20220915) EGIT_COMMIT=02a27b38909edc46c41732f79a837c95c9992d5a ;; + 16.0.0_pre20220918) + EGIT_COMMIT=303526ef3aa211c1930be2885deae15eeeda3b18 + ;; *) die "Unknown snapshot: ${PV}" ;; |