diff options
| author | Ventero | 2014-08-12 23:49:29 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-08-15 20:16:15 -0500 |
| commit | e4768de0f49e421b765341635e8151ee6c53dcfe (patch) | |
| tree | e40cd854e0c453211b0d896ff84c495e61dfbba1 /Library | |
| parent | c0b226416a0bd21b5d2067b0d69c54ac10dda888 (diff) | |
| download | homebrew-e4768de0f49e421b765341635e8151ee6c53dcfe.tar.bz2 | |
mono 3.6.0
Closes #31552.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mono.rb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Library/Formula/mono.rb b/Library/Formula/mono.rb index 5bf5cabaa..ac033bd52 100644 --- a/Library/Formula/mono.rb +++ b/Library/Formula/mono.rb @@ -2,9 +2,8 @@ require "formula" class Mono < Formula homepage "http://www.mono-project.com/" - url "http://download.mono-project.com/sources/mono/mono-3.4.0.tar.bz2" - sha1 "bae86f50f9a29d68d4e1917358996e7186e7f89e" - revision 1 + url "http://download.mono-project.com/sources/mono/mono-3.6.0.tar.bz2" + sha1 "54150bf88d6ebdaaa40c474c66680b06a875f060" # xbuild requires the .exe files inside the runtime directories to # be executable @@ -21,13 +20,6 @@ class Mono < Formula sha1 "af90068351895082f03fdaf2840b7539e23e3f32" end - # This file is missing in the 3.4.0 tarball as of 2014-05-14... - # See https://bugzilla.xamarin.com/show_bug.cgi?id=18690 - resource "Microsoft.Portable.Common.targets" do - url "https://raw.githubusercontent.com/mono/mono/mono-3.4.0/mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets" - sha1 "7624c3f6d1e4867da2e217ba0d1595a224971e27" - end - # help mono find its MonoPosixHelper lib when it is not in a system path # see https://bugzilla.xamarin.com/show_bug.cgi?id=18555 patch do @@ -48,10 +40,6 @@ class Mono < Formula system "./configure", *args system "make" - - # TODO: Remove once the updated 3.4.0 tarball gets built. - (buildpath+"mcs/tools/xbuild/targets").install resource("Microsoft.Portable.Common.targets") - system "make", "install" # mono-gdb.py and mono-sgen-gdb.py are meant to be loaded by gdb, not to be # run directly, so we move them out of bin |
