diff options
author | Eugen Wissner <belka@caraus.de> | 2024-03-02 11:17:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 08:08:16 +0700 |
commit | c6195bf2e81d12a2a71388244cccdf5810c7e25a (patch) | |
tree | eb81e3e418368cf0cfcf07ee55b36b388210a22e /development | |
parent | e91e60b847773e9b388c6077a44f99e023bc8dd8 (diff) |
development/dmd: Updated for version 2.107.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0dbdff704318..60e0e0098295 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for DMD -# Copyright 2016-2023 Eugene Wissner, Mannheim, Germany +# Copyright 2016-2024 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.106.1} +VERSION=${VERSION:-2.107.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dmd/dmd.info b/development/dmd/dmd.info index 7f175e6aab13..f4989ee3b757 100644 --- a/development/dmd/dmd.info +++ b/development/dmd/dmd.info @@ -1,8 +1,8 @@ PRGNAM="dmd" -VERSION="2.106.1" +VERSION="2.107.1" HOMEPAGE="https://dlang.org" -DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.106.1/dmd.2.106.1.linux.tar.xz" -MD5SUM="7f28b0e323c1e37ddfe3ffc2fa50487c" +DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.107.1/dmd.2.107.1.linux.tar.xz" +MD5SUM="3f6d0239e071a14050182693d9de8b4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |