diff options
-rw-r--r-- | development/dmd/dmd.SlackBuild | 2 | ||||
-rw-r--r-- | development/dmd/dmd.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/dmd/dmd.SlackBuild b/development/dmd/dmd.SlackBuild index 7665b13da126..0dbdff704318 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dmd -VERSION=${VERSION:-2.105.2} +VERSION=${VERSION:-2.106.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dmd/dmd.info b/development/dmd/dmd.info index 9e2d0de2c4fb..7f175e6aab13 100644 --- a/development/dmd/dmd.info +++ b/development/dmd/dmd.info @@ -1,8 +1,8 @@ PRGNAM="dmd" -VERSION="2.105.2" +VERSION="2.106.1" HOMEPAGE="https://dlang.org" -DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.105.2/dmd.2.105.2.linux.tar.xz" -MD5SUM="91a799d3aa3ef74469eac45d826e61fd" +DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.106.1/dmd.2.106.1.linux.tar.xz" +MD5SUM="7f28b0e323c1e37ddfe3ffc2fa50487c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |