summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-01 12:57:43 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-01 21:59:07 +0100
commit657923c99a7182366e18df5df3b0ee7479047acf (patch)
tree3896049e547fe8ef9a4f44a6b9bee4683d6d3891
parentmedia-gfx/imagemagick: Stabilize 7.1.0.48-r1 x86, #889230 (diff)
downloadgentoo-657923c9.tar.gz
gentoo-657923c9.tar.bz2
gentoo-657923c9.zip
llvm.org.eclass: Add 16.0.0_pre20230101 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/llvm.org.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 92c474433b07..7edcc7aa2f38 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: llvm.org.eclass
@@ -87,6 +87,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
16.0.0_pre20221226)
EGIT_COMMIT=dfc20708bcdf7b4c4bea8595fc4ac8674634d5e6
;;
+ 16.0.0_pre20230101)
+ EGIT_COMMIT=b20dd2b186fdc76828219b705a2b58f5830f4b9d
+ ;;
*)
die "Unknown snapshot: ${PV}"
;;