diff options
Diffstat (limited to 'development/d-tools/d-tools.SlackBuild')
-rw-r--r-- | development/d-tools/d-tools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/d-tools/d-tools.SlackBuild b/development/d-tools/d-tools.SlackBuild index 6fc0d18541..7ab85afd92 100644 --- a/development/d-tools/d-tools.SlackBuild +++ b/development/d-tools/d-tools.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for D tools -# Copyright 2017-2024 Eugene Wissner, Mannheim, Germany +# Copyright 2017-2025 Eugene Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=d-tools -VERSION=${VERSION:-2.109.1} +VERSION=${VERSION:-2.111.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -DUB_VERSION=${DUB_VERSION:-1.38.1} +DUB_VERSION=${DUB_VERSION:-1.40.0} DSCANNER_VERSION=${DSCANNER_VERSION:-0.15.2} DCD_VERSION=${DCD_VERSION:-0.15.2} |