diff options
author | Eugen Wissner <belka@caraus.de> | 2018-01-03 08:30:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-03 14:44:06 +0700 |
commit | e764ae15f9ce5295c24760698b3b44d523121333 (patch) | |
tree | b97205c525691d47a029371353fe6b216f064d73 /development/dmd/dmd.SlackBuild | |
parent | 67178018611a084920d71229e53e899fac96f7da (diff) |
development/dmd: Updated for version 2.078.0
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 3173a533568ca..fa06cd28bb237 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for DMD -# Copyright 2016-2017 Eugene Wissner, Dachau, Germany +# Copyright 2016-2018 Eugene Wissner, Dachau, Germany # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dmd -VERSION=${VERSION:-2.077.1} +VERSION=${VERSION:-2.078.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |