diff options
author | Eugen Wissner <belka@caraus.de> | 2017-11-15 09:06:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-17 01:25:54 +0700 |
commit | ecf417d0dd99d1aa3a5085d41a134052f01e6655 (patch) | |
tree | aa13a9f7418b494473ef3032f56c433b6c34fd91 /development/gcc-d | |
parent | 28f846b70f0aac75ab288e3bcc4d3c01473c76be (diff) | |
download | slackbuilds-ecf417d0dd99d1aa3a5085d41a134052f01e6655.tar.gz |
development/gcc-d: Updated for version 2.076.0_b2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gcc-d')
-rw-r--r-- | development/gcc-d/README | 2 | ||||
-rw-r--r-- | development/gcc-d/gcc-d.SlackBuild | 2 | ||||
-rw-r--r-- | development/gcc-d/gcc-d.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/development/gcc-d/README b/development/gcc-d/README index c03ead1471..d21fea30a9 100644 --- a/development/gcc-d/README +++ b/development/gcc-d/README @@ -9,7 +9,7 @@ replace any of GCC stock files, so it should be safe to uninstall it. If it breaks your GCC installation nevertheless, please let me know. GDC version provided by this package is the latest from the official -"gcc5" branch. Please note that GDC doesn't support all the latest +"gdc-5" branch. Please note that GDC doesn't support all the latest features supported by the corresponding DMD version. GDC doesn't conflict with DMD, they can be installed and used together. diff --git a/development/gcc-d/gcc-d.SlackBuild b/development/gcc-d/gcc-d.SlackBuild index 9a7487a588..1291a25dca 100644 --- a/development/gcc-d/gcc-d.SlackBuild +++ b/development/gcc-d/gcc-d.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=gcc-d SRCNAM=gdc -VERSION=${VERSION:-2.076.0_b1} +VERSION=${VERSION:-2.076.0_b2} GCC_VERSION=5.3.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/gcc-d/gcc-d.info b/development/gcc-d/gcc-d.info index 8804f7a13c..7be24c465b 100644 --- a/development/gcc-d/gcc-d.info +++ b/development/gcc-d/gcc-d.info @@ -1,10 +1,10 @@ PRGNAM="gcc-d" -VERSION="2.076.0_b1" +VERSION="2.076.0_b2" HOMEPAGE="https://www.gdcproject.org/" DOWNLOAD="http://download.dlackware.com/slackware/slackware64-14.2/source/d/gcc/gcc-5.3.0.tar.xz \ - http://download.dlackware.com/hosted-sources/gcc-d/gdc-2.076.0_b1.tar.xz" + http://download.dlackware.com/hosted-sources/gcc-d/gdc-2.076.0_b2.tar.xz" MD5SUM="174cf91eff44e44205306245949ae19a \ - 030b9ae0178be69279222cf7f82dd8a6" + fef7981a2e1d00fd41f3a1cdfadfdc11" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |