mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/dmd: Updated for version 2.073.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c0208c3b1c
commit
527cf2f4e3
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dmd
|
||||
VERSION=${VERSION:-2.073.1}
|
||||
VERSION=${VERSION:-2.073.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dmd"
|
||||
VERSION="2.073.1"
|
||||
VERSION="2.073.2"
|
||||
HOMEPAGE="https://dlang.org"
|
||||
DOWNLOAD="http://downloads.dlang.org/releases/2017/dmd.2.073.1.linux.tar.xz"
|
||||
MD5SUM="fd140471ed793d605c23be477d7bdd16"
|
||||
DOWNLOAD="http://downloads.dlang.org/releases/2017/dmd.2.073.2.linux.tar.xz"
|
||||
MD5SUM="b794ca7b16c9b5ab275b5cec24283647"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue