cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / xamarin-ios.rb
blob23c957697a58f90798fe51210910d3c4e083ed6e
1 cask :v1 => 'xamarin-ios' do
2   version '8.2.0.193'
3   sha256 '6fd3ffd73937d937e0dac4bfdc6534fc948ceebf38d02b3eee94cd857fba4ee8'
5   url "http://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
6   appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
7           :sha256 => '713f272a1e36262f1b2c5a06f4ed1b1eb8987d240018347a51312dfedeeafcf3',
8           :format => :unknown
9   homepage 'http://xamarin.com/ios'
10   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
12   pkg "monotouch-#{version}.pkg"
14   uninstall :pkgutil => 'com.xamarin.monotouch.pkg'
15 end