homebrew-cask/Casks/xamarin-studio.rb

14 lines
606 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xamarin-studio' do
2014-10-07 21:22:59 +08:00
version '5.5.0.227-0'
sha256 '4c05b5174fd1d2eacef44f2f96557fc213f25381ad0ea3c139612217a20e8d46'
2014-06-30 12:54:13 +08:00
2014-09-26 20:09:19 +08:00
url "http://download.xamarin.com/studio/Mac/XamarinStudio-#{version}.dmg"
2014-10-15 22:22:55 +08:00
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
2014-10-15 23:43:58 +08:00
:sha256 => '713f272a1e36262f1b2c5a06f4ed1b1eb8987d240018347a51312dfedeeafcf3',
2014-10-15 22:22:55 +08:00
:format => :unknown
2014-06-30 12:54:13 +08:00
homepage 'http://xamarin.com/studio'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-06-30 12:54:13 +08:00
2014-09-16 00:06:38 +08:00
app 'Xamarin Studio.app'
2014-06-30 12:54:13 +08:00
end