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.
12 lines
543 B
12 lines
543 B
cask 'xamarin-studio-preview' do
|
|
version '6.0.0.3668'
|
|
sha256 '1ed29cac15b64a6bce00f81f7898ac21c55d4c04b33372c0bf61a1d11d5ee389'
|
|
|
|
url "http://download.xamarin.com/roslyn-preview/XamarinStudio-#{version}.dmg"
|
|
appcast 'https://xampubdl.blob.core.windows.net/static/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
|
|
checkpoint: '08fef545d50bd40a08d194b082bba6752cb27453d3381fd4c0504bdf18dd6ab2'
|
|
name 'Xamarin Studio Preview'
|
|
homepage 'https://www.xamarin.com/visual-studio-for-mac'
|
|
|
|
app 'Xamarin Studio.app'
|
|
end
|
|
|