diff options
| author | Andreas HÃ¥kansson | 2014-10-22 09:25:37 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-10-26 21:55:07 -0500 |
| commit | c40c56df16d0dd8c292c763e4aff4ab3b0fa705b (patch) | |
| tree | 8453f56f2be50960a7647d918d43327128532b53 | |
| parent | 345c822c33f4a3c25f1e6a677b2f4cbcf8bb1a60 (diff) | |
| download | homebrew-c40c56df16d0dd8c292c763e4aff4ab3b0fa705b.tar.bz2 | |
mono 3.10.0
Closes #33465.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/mono.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mono.rb b/Library/Formula/mono.rb index 4bf64f71e..9f487412f 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.8.0.tar.bz2" - sha1 "0e1fcaa0ec228830f9b0a650b6cfd3c098c82afc" + url "http://download.mono-project.com/sources/mono/mono-3.10.0.tar.bz2" + sha1 "74e43604ea48e941c39a43ebc153abee4ddba56c" # xbuild requires the .exe files inside the runtime directories to # be executable |
