mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/dmd: Updated for version 2.100.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
701679c35b
commit
6213fb0993
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dmd
|
||||
VERSION=${VERSION:-2.098.1}
|
||||
VERSION=${VERSION:-2.100.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dmd"
|
||||
VERSION="2.098.1"
|
||||
VERSION="2.100.0"
|
||||
HOMEPAGE="https://dlang.org"
|
||||
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.098.1/dmd.2.098.1.linux.tar.xz"
|
||||
MD5SUM="50313857322f9a5eb5bc8cd9f54fbbdd"
|
||||
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.100.0/dmd.2.100.0.linux.tar.xz"
|
||||
MD5SUM="6db87bd3cd9032898ee7dcd27f4aac10"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in a new issue