homebrew-cask/Casks/xamarin-android.rb

16 lines
664 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xamarin-android' do
2016-02-01 03:21:26 +08:00
version '6.0.1-10'
sha256 'f382f4a8aa5f505c4a7978084fe425b0af5ec10ec0426b3601828e0e813f406d'
2014-06-30 12:54:36 +08:00
2015-06-29 14:32:18 +08:00
url "https://download.xamarin.com/MonoforAndroid/Mac/mono-android-#{version}.pkg"
2016-01-13 00:32:13 +08:00
appcast 'https://static.xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
2016-02-03 08:41:53 +08:00
checkpoint: '855d95a330efdd9cc13cbaabc6e49dfcda111db3b16cbc6345e3a0d17e769972'
name 'Xamarin.Android'
2015-06-29 14:32:18 +08:00
homepage 'https://xamarin.com/android'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-06-30 12:54:36 +08:00
2014-09-26 20:09:19 +08:00
pkg "mono-android-#{version}.pkg"
uninstall pkgutil: 'com.xamarin.android.pkg'
2014-06-30 12:54:36 +08:00
end