diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/dmd/dmd.SlackBuild | 4 | ||||
-rw-r--r-- | development/dmd/dmd.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/dmd/dmd.SlackBuild b/development/dmd/dmd.SlackBuild index 30a7934f1d..d0df0b3ea0 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for DMD -# Copyright 2016-2024 Eugene Wissner, Mannheim, Germany +# Copyright 2016-2025 Eugene Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dmd -VERSION=${VERSION:-2.109.1} +VERSION=${VERSION:-2.111.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dmd/dmd.info b/development/dmd/dmd.info index 3cc5b05ca2..ac7b5bfe07 100644 --- a/development/dmd/dmd.info +++ b/development/dmd/dmd.info @@ -1,8 +1,8 @@ PRGNAM="dmd" -VERSION="2.109.1" +VERSION="2.111.0" HOMEPAGE="https://dlang.org" -DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.109.1/dmd.2.109.1.linux.tar.xz" -MD5SUM="4ac0c77e283fb5b14da94e187532ba12" +DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.111.0/dmd.2.111.0.linux.tar.xz" +MD5SUM="75b379315838d026a008da8e08529506" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |