diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-02-24 08:36:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-24 08:36:45 +0700 |
commit | 85ff3efc417fe782c40dac02592310f3dbe898a0 (patch) | |
tree | b80dcc75cdd6087076bcb8e822ded07fbde8d625 /development/mono | |
parent | a5a205eae6652968b06a049e64b317922829cdba (diff) | |
download | slackbuilds-85ff3efc417fe782c40dac02592310f3dbe898a0.tar.gz |
development/mono: Updated for version 4.8.0.495.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mono')
-rw-r--r-- | development/mono/README | 14 | ||||
-rw-r--r-- | development/mono/mono.SlackBuild | 4 | ||||
-rw-r--r-- | development/mono/mono.info | 10 |
3 files changed, 13 insertions, 15 deletions
diff --git a/development/mono/README b/development/mono/README index 0cf9c6fb70..00b893399e 100644 --- a/development/mono/README +++ b/development/mono/README @@ -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. diff --git a/development/mono/mono.SlackBuild b/development/mono/mono.SlackBuild index 848e087a9b..64e6f91110 100644 --- a/development/mono/mono.SlackBuild +++ b/development/mono/mono.SlackBuild @@ -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} diff --git a/development/mono/mono.info b/development/mono/mono.info index 8d12ed4bb9..f4ebf1600c 100644 --- a/development/mono/mono.info +++ b/development/mono/mono.info @@ -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" |