You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
412 B
14 lines
412 B
9 years ago
|
cask 'mono-mdk-preview' do
|
||
|
version '4.3.0.2114'
|
||
|
sha256 :no_check # required as upstream package is updated in-place
|
||
|
|
||
|
url "http://download.xamarin.com/roslyn-preview/MonoFramework-MDK-#{version}.macos10.xamarin.universal.pkg"
|
||
|
name 'Mono'
|
||
|
homepage 'http://mono-project.com'
|
||
|
license :oss
|
||
|
|
||
|
pkg "MonoFramework-MDK-#{version}.macos10.xamarin.universal.pkg"
|
||
|
|
||
|
uninstall pkgutil: 'com.xamarin.mono-*'
|
||
|
end
|