cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / titanium-studio.rb
blobb87f92c7725e578deeb416dfe7ef45aea349846d
1 cask :v1 => 'titanium-studio' do
2   version :latest
3   sha256 :no_check
5   # amazonaws.com is the official download host per the vendor homepage
6   url 'https://titanium-studio.s3.amazonaws.com/latest/Titanium_Studio.dmg'
7   homepage 'http://www.appcelerator.com/titanium/'
8   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
10   installer :manual => 'Titanium Studio.app'
11 end