development/mono: Updated for version 4.8.0.495.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2017-02-24 08:36:45 +07:00 committed by Willy Sudiarto Raharjo
parent a5a205eae6
commit 85ff3efc41
3 changed files with 13 additions and 15 deletions

View file

@ -7,11 +7,9 @@ for Linux.
Note:
- Mono build relies on a working Mono C# compiler to compile itself
(also known as bootstrapping).
If you don't have a working Mono installation, the build process would
use the 'monolite' distribution, which contains just enough to run the
'mcs' compiler.
This is considered a "slightly more risky approach" to build Mono, so
this SlackBuild uses a full featured precompiled Mono Compiler to
bootstrap.
(also known as bootstrapping). However, without Mono installed, the
build process uses the 'monolite' distribution, which contains just
enough to run the 'mcs' compiler.
This is considered a "slightly more risky approach" to build Mono.
So, besides Mono sources, this SlackBuild uses a full featured
and precompiled Mono Compiler to bootstrap.

View file

@ -5,8 +5,8 @@
# Updated by Andre Barboza <bmg.andre@gmail.com>
PRGNAM=mono
VERSION=${VERSION:-4.6.2.16}
MAJORVERSION=${MAJORVERSION:-4.6.2}
VERSION=${VERSION:-4.8.0.495}
MAJORVERSION=${MAJORVERSION:-4.8.0}
BIN_VERSION=${BIN_VERSION:-4.4.2.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,13 +1,13 @@
PRGNAM="mono"
VERSION="4.6.2.16"
VERSION="4.8.0.495"
HOMEPAGE="http://www.mono-project.com/"
DOWNLOAD="http://download.mono-project.com/sources/mono/mono-4.6.2.16.tar.bz2 \
DOWNLOAD="http://download.mono-project.com/sources/mono/mono-4.8.0.495.tar.bz2 \
http://sourceforge.net/projects/slackbuildsdirectlinks/files/mono/mono-4.4.2.11-i586.tar.bz2"
MD5SUM="092a6b4ca7470360f557fcbb64287f92 \
MD5SUM="8e3f29f1afc69990c2c4030ba6025e57 \
3f974dba179a452bdcd94659ddc47e33"
DOWNLOAD_x86_64="http://download.mono-project.com/sources/mono/mono-4.6.2.16.tar.bz2 \
DOWNLOAD_x86_64="http://download.mono-project.com/sources/mono/mono-4.8.0.495.tar.bz2 \
http://sourceforge.net/projects/slackbuildsdirectlinks/files/mono/mono-4.4.2.11-x86_64.tar.bz2"
MD5SUM_x86_64="092a6b4ca7470360f557fcbb64287f92 \
MD5SUM_x86_64="8e3f29f1afc69990c2c4030ba6025e57 \
daba2c08651c68566ee1214e03d5a080"
REQUIRES="libgdiplus"
MAINTAINER="Andre Barboza"