updated xamarin-ios (9.8.1.4) (#22494)

This commit is contained in:
cooclsee 2016-06-30 15:41:20 +08:00 committed by Michael Ford
parent 3fb0aae145
commit 992c1fd735
1 changed files with 6 additions and 7 deletions

View File

@ -1,18 +1,17 @@
cask 'xamarin-ios' do
version '9.4.2.27'
sha256 'dada882b89c2a6a72b8bf4a2f44357078c67ad516fe4d8e24a0ee5e907c32e6a'
version '9.8.1.4'
sha256 '492bcc12ca2e5677bdd84eda98bcbd5132bee9d8d74bb10705f0e001f7cc1720'
url "https://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
url "https://download.xamarin.com/MonoTouch/Mac/xamarin.ios-#{version}.pkg"
appcast 'https://static.xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
checkpoint: '14727c4cd976ca3d96a7a9c362bebd064a49c4f24d32296d33767e3a76b4a685'
checkpoint: '2cb6260bf1f5348e125fe9cab2effe9862fe76f0706f146dd91c827827cdda6b'
name 'Xamarin.iOS'
homepage 'https://xamarin.com/ios'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "monotouch-#{version}.pkg"
pkg "xamarin.ios-#{version}.pkg"
uninstall pkgutil: [
'com.xamarin.monotouch.pkg',
'com.xamarin.xamarin-ios-build-host.pkg',
'com.xamarin.xamarin.ios.pkg',
]
end