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.
11 lines
420 B
11 lines
420 B
cask :v1 => 'mono-mdk327' do
|
|
version '3.2.7'
|
|
sha256 '261a9ed737f2e8185149857c1a8238bf26a32e7e28ae412c668841fcd77ebfcb'
|
|
|
|
url "http://download.mono-project.com/archive/#{version}/macos-10-x86/MonoFramework-MDK-#{version}.macos10.xamarin.x86.pkg"
|
|
homepage 'http://mono-project.com/'
|
|
license :oss
|
|
|
|
pkg "MonoFramework-MDK-#{version}.macos10.xamarin.x86.pkg"
|
|
uninstall :pkgutil => 'com.xamarin.mono-MDK.pkg'
|
|
end
|
|
|