mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/dmd: Updated for version 2.109.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73ecf1e20a
commit
dc827698ae
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dmd
|
||||
VERSION=${VERSION:-2.108.1}
|
||||
VERSION=${VERSION:-2.109.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dmd"
|
||||
VERSION="2.108.1"
|
||||
VERSION="2.109.1"
|
||||
HOMEPAGE="https://dlang.org"
|
||||
DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.108.1/dmd.2.108.1.linux.tar.xz"
|
||||
MD5SUM="7222b99c101b2a847ce6b67fbb15d5c6"
|
||||
DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.109.1/dmd.2.109.1.linux.tar.xz"
|
||||
MD5SUM="4ac0c77e283fb5b14da94e187532ba12"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue