homebrew-cask/Casks/xamarin-ios.rb

15 lines
553 B
Ruby
Raw Normal View History

2014-06-30 12:54:50 +08:00
class XamarinIos < Cask
2014-10-07 12:18:55 +08:00
version '8.2.0.193'
sha256 '6fd3ffd73937d937e0dac4bfdc6534fc948ceebf38d02b3eee94cd857fba4ee8'
2014-06-30 12:54:50 +08:00
2014-09-26 20:09:19 +08:00
url "http://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
2014-10-15 22:22:55 +08:00
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
2014-10-15 23:43:58 +08:00
:sha256 => '713f272a1e36262f1b2c5a06f4ed1b1eb8987d240018347a51312dfedeeafcf3',
2014-10-15 22:22:55 +08:00
:format => :unknown
2014-06-30 12:54:50 +08:00
homepage 'http://xamarin.com/ios'
2014-10-01 23:34:18 +08:00
license :unknown
2014-06-30 12:54:50 +08:00
2014-09-26 20:09:19 +08:00
pkg "monotouch-#{version}.pkg"
2014-06-30 12:54:50 +08:00
uninstall :pkgutil => 'com.xamarin.monotouch.pkg'
end