diff options
author | Eugen Wissner <belka@caraus.de> | 2023-09-22 13:26:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:43 +0700 |
commit | c8e55fb2e6bb7940e134ab36a0c117c78b9507a5 (patch) | |
tree | 980ce0d990ced1705100f708eb3a7b8fc75d515c /development/dmd/dmd.SlackBuild | |
parent | 82ba0c4e4612c029e7c00066e34a7552119c17c5 (diff) |
development/dmd: Updated for version 2.105.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dmd/dmd.SlackBuild')
-rw-r--r-- | development/dmd/dmd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/dmd/dmd.SlackBuild b/development/dmd/dmd.SlackBuild index 0cedbac3e1516..7665b13da126a 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for DMD -# Copyright 2016-2019 Eugene Wissner, Dachau, Germany +# Copyright 2016-2023 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.105.1} +VERSION=${VERSION:-2.105.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |