mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
13 lines
474 B
Ruby
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
|