development/dmd: Updated for version 2.078.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6717801861
commit
e764ae15f9
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dmd"
|
||||
VERSION="2.077.1"
|
||||
VERSION="2.078.0"
|
||||
HOMEPAGE="https://dlang.org"
|
||||
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.077.1/dmd.2.077.1.linux.tar.xz"
|
||||
MD5SUM="253735495c2e38e4a836ddeb2a5079cf"
|
||||
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.078.0/dmd.2.078.0.linux.tar.xz"
|
||||
MD5SUM="e21a3c8313d3d2c67c1dae8b1568a866"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue