mono: update to F# 4.0.1

Closes Homebrew/homebrew#46552.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
haf 2015-12-01 22:26:26 +01:00 committed by Dominyk Tiller
parent bdd5d15530
commit cbcdd30d14

View file

@ -3,6 +3,7 @@ class Mono < Formula
homepage "http://www.mono-project.com/"
url "http://download.mono-project.com/sources/mono/mono-4.2.1.102.tar.bz2"
sha256 "b7b461fe04375f621d88166ba8c6f1cb33c439fd3e17136460f7d087a51ed792"
revision 1
# xbuild requires the .exe files inside the runtime directories to
# be executable
@ -19,8 +20,8 @@ class Mono < Formula
option "without-fsharp", "Build without support for the F# language."
resource "fsharp" do
url "https://github.com/fsharp/fsharp.git", :tag => "3.1.2.5",
:revision => "c5e345b194eaddad7f06d47cd944b098f3dbe325"
url "https://github.com/fsharp/fsharp.git", :tag => "4.0.1.0",
:revision => "b22167013d1f4f0c41107fd40935dc1a8fe46386"
end
depends_on "automake" => :build