homebrew-cask-versions/Casks/xamarin-android.rb
2014-10-07 14:18:39 +10:00

13 lines
474 B
Ruby

class XamarinAndroid < Cask
version '4.18.0-34'
sha256 '012f7266b123a1cc8cc189db8c3aea24c5daa8912df684525336fabc86e279e7'
url "http://download.xamarin.com/MonoforAndroid/Mac/mono-android-#{version}.pkg"
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
homepage 'http://xamarin.com/android'
license :unknown
pkg "mono-android-#{version}.pkg"
uninstall :pkgutil => 'com.xamarin.android.pkg'
end