aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHorodniceanu Andrei <a.horodniceanu@proton.me>2023-10-03 22:19:40 +0300
committerHorodniceanu Andrei <a.horodniceanu@proton.me>2023-10-12 20:29:20 +0300
commita7ca92ca60f6ed3b4655da4b76da085c6207d65b (patch)
tree0fa730da3e90ce6533a03b7563de3914162f592e /eclass
parentdev-lang/ldc2: add 1.31.0 (diff)
downloaddlang-a7ca92ca60f6ed3b4655da4b76da085c6207d65b.tar.gz
dlang-a7ca92ca60f6ed3b4655da4b76da085c6207d65b.tar.bz2
dlang-a7ca92ca60f6ed3b4655da4b76da085c6207d65b.zip
dev-lang/ldc2: add 1.32.2
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 cfe2699..9f395cd 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -85,6 +85,7 @@ dlang-compilers_declare_versions() {
["1.29"]="2.099 amd64 ~arm ~arm64 ~ppc64 x86"
["1.30"]="2.100 ~amd64 ~arm ~arm64 ~ppc64 ~x86"
["1.31"]="2.101 ~amd64 ~arm64 ~x86"
+ ["1.32"]="2.102 ~amd64 ~arm64 ~x86"
["1.34"]="2.104 ~amd64 ~arm64 ~x86"
)
}