aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHorodniceanu Andrei <a.horodniceanu@proton.me>2023-10-03 22:21:04 +0300
committerHorodniceanu Andrei <a.horodniceanu@proton.me>2023-10-12 21:16:39 +0300
commite2f80d6711cba19f5908119ee34a3e6398f743b6 (patch)
treeee8f4b949e413da66cd10df4ed0b832eab0ed76f /eclass
parentdev-lang/ldc2: add 1.32.2 (diff)
downloaddlang-e2f80d6711cba19f5908119ee34a3e6398f743b6.tar.gz
dlang-e2f80d6711cba19f5908119ee34a3e6398f743b6.tar.bz2
dlang-e2f80d6711cba19f5908119ee34a3e6398f743b6.zip
dev-lang/ldc2: add 1.33.0
Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/dlang-compilers.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass
index 9f395cd..445fd75 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -86,6 +86,7 @@ dlang-compilers_declare_versions() {
["1.30"]="2.100 ~amd64 ~arm ~arm64 ~ppc64 ~x86"
["1.31"]="2.101 ~amd64 ~arm64 ~x86"
["1.32"]="2.102 ~amd64 ~arm64 ~x86"
+ ["1.33"]="2.103 ~amd64 ~arm64 ~x86"
["1.34"]="2.104 ~amd64 ~arm64 ~x86"
)
}