diff options
author | Eugen Wissner <belka@caraus.de> | 2021-09-18 22:35:56 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-22 11:33:23 +0700 |
commit | 44e02021ec3f41e5421ed1fd6509b3a870647190 (patch) | |
tree | 7892c8b67a38bc28ff5798e32574fafafb5a21f4 /development/dmd | |
parent | 1d5ed22ceac81e74bc80ae2cc8c5f0dff220a5d5 (diff) | |
download | slackbuilds-44e02021ec3f41e5421ed1fd6509b3a870647190.tar.gz |
development/dmd: Updated for version 2.097.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dmd')
-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 cdbee0b77b..7e9d810864 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.096.0} +VERSION=${VERSION:-2.097.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dmd/dmd.info b/development/dmd/dmd.info index 17f35a5b09..00e78dda50 100644 --- a/development/dmd/dmd.info +++ b/development/dmd/dmd.info @@ -1,8 +1,8 @@ PRGNAM="dmd" -VERSION="2.096.0" +VERSION="2.097.2" HOMEPAGE="https://dlang.org" -DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.096.0/dmd.2.096.0.linux.tar.xz" -MD5SUM="af6687504906f358d7ec2ea824f30866" +DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.097.2/dmd.2.097.2.linux.tar.xz" +MD5SUM="c2b485c7b24be8d1f068aac356c40522" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |