aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVentero2014-09-09 21:28:30 +0200
committerJack Nagel2014-09-26 10:31:04 -0500
commitb9ab3ca840801fd51f28dce12407eaac4687ac2e (patch)
tree53c9edf5c938d6d91e56343c1dcb1889e2cc5e4c /Library
parent153bf4a5f7db64f1ed9164d0e075f032ef3c0a16 (diff)
downloadhomebrew-b9ab3ca840801fd51f28dce12407eaac4687ac2e.tar.bz2
mono 3.8.0
Closes #32674. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mono.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/mono.rb b/Library/Formula/mono.rb
index 40f336a4a..54d49daee 100644
--- a/Library/Formula/mono.rb
+++ b/Library/Formula/mono.rb
@@ -2,8 +2,8 @@ require "formula"
class Mono < Formula
homepage "http://www.mono-project.com/"
- url "http://download.mono-project.com/sources/mono/mono-3.6.0.tar.bz2"
- sha1 "54150bf88d6ebdaaa40c474c66680b06a875f060"
+ url "http://download.mono-project.com/sources/mono/mono-3.8.0.tar.bz2"
+ sha1 "0e1fcaa0ec228830f9b0a650b6cfd3c098c82afc"
# xbuild requires the .exe files inside the runtime directories to
# be executable
@@ -20,13 +20,6 @@ class Mono < Formula
sha1 "af90068351895082f03fdaf2840b7539e23e3f32"
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
- url "https://bugzilla.xamarin.com/attachment.cgi?id=6399"
- sha1 "d011dc55f341feea0bdb8aa645688b815910b734"
- end
-
def install
# a working mono is required for the the build - monolite is enough
# for the job