development/dmd: Updated for version 2.103.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2023-05-18 19:39:52 +02:00 committed by Willy Sudiarto Raharjo
parent 90633c0c7d
commit 65afcf9002
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dmd
VERSION=${VERSION:-2.100.2}
VERSION=${VERSION:-2.103.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="dmd"
VERSION="2.100.2"
VERSION="2.103.1"
HOMEPAGE="https://dlang.org"
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.100.2/dmd.2.100.2.linux.tar.xz"
MD5SUM="646b5a7ee6ffe023797bebeabadaa435"
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.103.1/dmd.2.103.1.linux.tar.xz"
MD5SUM="d6008fd5a3207073c82535abdb2a1c73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"
REQUIRES=""
MAINTAINER="Eugene Wissner"
EMAIL="belka@caraus.de"