Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Xamarin Studio, as well as the Android and iOS platforms #5135

Merged
merged 3 commits into from
Jul 1, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Casks/xamarin-android.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class XamarinAndroid < Cask
version '4.12.5-2'
sha256 '4ca0cce28879f7db8cd5117c425212e2fab772ad1dbb3e2fc32ccefbc166e14e'

url 'http://download.xamarin.com/MonoforAndroid/Mac/mono-android-4.12.5-2.pkg'
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
homepage 'http://xamarin.com/android'

install 'mono-android-4.12.5-2.pkg'
uninstall :pkgutil => 'com.xamarin.android.pkg'
end
12 changes: 12 additions & 0 deletions Casks/xamarin-ios.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class XamarinIos < Cask
version '7.2.4.4'
sha256 'd6056e2ab4e529d7a04e9bcca915d780e3d9a76593c14791040b29651f6f2e5d'

url 'http://download.xamarin.com/MonoTouch/Mac/monotouch-7.2.4.4.pkg'
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
homepage 'http://xamarin.com/ios'

install 'monotouch-7.2.4.4.pkg'
uninstall :pkgutil => 'com.xamarin.monotouch.pkg'
end
11 changes: 11 additions & 0 deletions Casks/xamarin-studio.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class XamarinStudio < Cask
version '5.0.1.3-0'
sha256 '51e840a8b5e8679363290aee88af2cdadd9d99706ae346f787d07ecc27bdabe8'

url 'http://download.xamarin.com/studio/Mac/XamarinStudio-5.0.1.3-0.dmg'
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
homepage 'http://xamarin.com/studio'

link 'Xamarin Studio.app'
end