development/dmd: Updated for version 2.105.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2023-09-22 13:26:48 +02:00 committed by Willy Sudiarto Raharjo
parent 82ba0c4e46
commit c8e55fb2e6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for DMD
# Copyright 2016-2019 Eugene Wissner, Dachau, Germany
# Copyright 2016-2023 Eugene Wissner, Mannheim, Germany
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dmd
VERSION=${VERSION:-2.105.1}
VERSION=${VERSION:-2.105.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="dmd"
VERSION="2.105.1"
VERSION="2.105.2"
HOMEPAGE="https://dlang.org"
DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.105.1/dmd.2.105.1.linux.tar.xz"
MD5SUM="0c92f1ce45819b6583dc26ef8723ed3e"
DOWNLOAD="https://downloads.dlang.org/releases/2.x/2.105.2/dmd.2.105.2.linux.tar.xz"
MD5SUM="91a799d3aa3ef74469eac45d826e61fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""