diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-10-10 01:26:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 01:26:34 +0700 |
commit | 64ca9a581aac7551a1197e6821fd9d0bc4eebee1 (patch) | |
tree | b68d6da8d227bbabe66a1cf1c46dccebe17bcf72 /development | |
parent | b9920d6f5bf3737964eaf6ac40e83a4c4ac0785d (diff) | |
download | slackbuilds-64ca9a581aac7551a1197e6821fd9d0bc4eebee1.tar.gz |
development/mono: Updated for version 3.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/mono/doinst.sh | 6 | ||||
-rw-r--r-- | development/mono/mono.SlackBuild | 9 | ||||
-rw-r--r-- | development/mono/mono.info | 10 |
3 files changed, 15 insertions, 10 deletions
diff --git a/development/mono/doinst.sh b/development/mono/doinst.sh index 47554f5fd9..20f7c6c342 100644 --- a/development/mono/doinst.sh +++ b/development/mono/doinst.sh @@ -11,19 +11,21 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/mono/browscap.ini.new config etc/mono/config.new +config etc/mono/browscap.ini.new config etc/mono/mconfig/config.xml.new -config etc/mono/2.0/Browsers/Compat.browser.new config etc/mono/2.0/DefaultWsdlHelpGenerator.aspx.new config etc/mono/2.0/machine.config.new config etc/mono/2.0/settings.map.new config etc/mono/2.0/web.config.new +config etc/mono/2.0/Browsers/Compat.browser.new config etc/mono/4.0/DefaultWsdlHelpGenerator.aspx.new config etc/mono/4.0/machine.config.new config etc/mono/4.0/settings.map.new config etc/mono/4.0/web.config.new +config etc/mono/4.0/Browsers/Compat.browser.new config etc/mono/4.5/DefaultWsdlHelpGenerator.aspx.new config etc/mono/4.5/machine.config.new config etc/mono/4.5/settings.map.new config etc/mono/4.5/web.config.new +config etc/mono/4.5/Browsers/Compat.browser.new diff --git a/development/mono/mono.SlackBuild b/development/mono/mono.SlackBuild index 288a7ccfaa..4012a4d3ef 100644 --- a/development/mono/mono.SlackBuild +++ b/development/mono/mono.SlackBuild @@ -2,9 +2,10 @@ # Slackware build script for mono # Written by Sebastián Salazar Molina <ssalazar@orangepeople.cl> +# Updated by Andre Barboza <bmg.andre@gmail.com> PRGNAM=mono -VERSION=${VERSION:-3.10.0} +VERSION=${VERSION:-3.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,21 +75,23 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; mv browscap.ini browscap.ini.new mv mconfig/config.xml mconfig/config.xml.new - mv 2.0/settings.map 2.0/settings.map.new + mv 2.0/DefaultWsdlHelpGenerator.aspx 2.0/DefaultWsdlHelpGenerator.aspx.new mv 2.0/machine.config 2.0/machine.config.new + mv 2.0/settings.map 2.0/settings.map.new mv 2.0/web.config 2.0/web.config.new mv 2.0/Browsers/Compat.browser 2.0/Browsers/Compat.browser.new - mv 2.0/DefaultWsdlHelpGenerator.aspx 2.0/DefaultWsdlHelpGenerator.aspx.new mv 4.0/DefaultWsdlHelpGenerator.aspx 4.0/DefaultWsdlHelpGenerator.aspx.new mv 4.0/machine.config 4.0/machine.config.new mv 4.0/settings.map 4.0/settings.map.new mv 4.0/web.config 4.0/web.config.new + mv 4.0/Browsers/Compat.browser 4.0/Browsers/Compat.browser.new mv 4.5/DefaultWsdlHelpGenerator.aspx 4.5/DefaultWsdlHelpGenerator.aspx.new mv 4.5/machine.config 4.5/machine.config.new mv 4.5/settings.map 4.5/settings.map.new mv 4.5/web.config 4.5/web.config.new + mv 4.5/Browsers/Compat.browser 4.5/Browsers/Compat.browser.new ) find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/development/mono/mono.info b/development/mono/mono.info index 01480ec4f2..549bcb730d 100644 --- a/development/mono/mono.info +++ b/development/mono/mono.info @@ -1,10 +1,10 @@ PRGNAM="mono" -VERSION="3.10.0" +VERSION="3.12.1" HOMEPAGE="http://www.mono-project.com/" -DOWNLOAD="http://download.mono-project.com/sources/mono/mono-3.10.0.tar.bz2" -MD5SUM="8c79f38bcab3ad0cf65728ca4c76b3c6" +DOWNLOAD="http://download.mono-project.com/sources/mono/mono-3.12.1.tar.bz2" +MD5SUM="ccab015f0c54ffeccd2924b44885809c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Sebastián Salazar Molina" -EMAIL="sebastian@sebastian.cl" +MAINTAINER="Andre Barboza" +EMAIL="bmg.andre@gmail.com" |