mono 5.16.0.220
Closes #34605. Signed-off-by: Igor Kapkov <igasgeek@me.com>
This commit is contained in:
parent
2a0dcf315e
commit
b30ff2ce25
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
class Mono < Formula
|
||||
desc "Cross platform, open source .NET development framework"
|
||||
homepage "https://www.mono-project.com/"
|
||||
url "https://download.mono-project.com/sources/mono/mono-5.14.0.177.tar.bz2"
|
||||
sha256 "d4f5fa2e8188d66fbc8054f4145711e45c1faa6d070e63600efab93d1d189498"
|
||||
url "https://download.mono-project.com/sources/mono/mono-5.16.0.220.tar.bz2"
|
||||
sha256 "f420867232b426c062fa182256a66b29efa92992c119847359cdd1ab75af8de3"
|
||||
|
||||
bottle do
|
||||
sha256 "f31bcdbf40da4f3160c6257e62532e82fda34f00e8170424d85b3737cc166c74" => :mojave
|
||||
|
@ -31,15 +31,15 @@ class Mono < Formula
|
|||
|
||||
resource "fsharp" do
|
||||
url "https://github.com/fsharp/fsharp.git",
|
||||
:tag => "10.0.2",
|
||||
:revision => "0020622135540ad8ef835d19175902fd8a2dd31e"
|
||||
:tag => "10.2.1",
|
||||
:revision => "3de387432de8d11a89f99d1af87aa9ce194fe21b"
|
||||
end
|
||||
|
||||
# When upgrading Mono, make sure to use the revision from
|
||||
# https://github.com/mono/mono/blob/mono-#{version}/packaging/MacSDK/msbuild.py
|
||||
resource "msbuild" do
|
||||
url "https://github.com/mono/msbuild.git",
|
||||
:revision => "8af44c5b9e727c096833a88fae05c3ddb76716d0"
|
||||
:revision => "e6c3a1f9e4d3ee4b88ef7bd98b7a48a998c199e6"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue