homebrew-cask/Casks/xamarin-ios.rb

17 lines
676 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xamarin-ios' do
2015-01-22 14:41:32 +08:00
version '8.6.0.51'
sha256 'af65207d86529fff3ede3e6bc1d394fe7bc1abca67cc502e05c3d725710125c6'
2014-06-30 12:54:50 +08:00
2014-09-26 20:09:19 +08:00
url "http://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
2015-04-02 13:41:52 +08:00
name 'Xamarin.iOS'
2014-10-15 22:22:55 +08:00
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
2015-01-22 14:41:32 +08:00
:sha256 => '79c309d6dbe6f08f1d022c9376a4678cc94f57be084007df90c5a12839b35cdd',
2014-10-15 22:22:55 +08:00
:format => :unknown
2014-06-30 12:54:50 +08:00
homepage 'http://xamarin.com/ios'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-06-30 12:54:50 +08:00
2014-09-26 20:09:19 +08:00
pkg "monotouch-#{version}.pkg"
2014-11-22 22:12:47 +08:00
2014-06-30 12:54:50 +08:00
uninstall :pkgutil => 'com.xamarin.monotouch.pkg'
end