homebrew-cask/Casks/adobe-creative-cloud.rb

12 lines
338 B
Ruby
Raw Normal View History

cask :v1 => 'adobe-creative-cloud' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://ccmdls.adobe.com/AdobeProducts/KCCC/1/osx10/CreativeCloudInstaller.dmg'
2015-01-04 10:30:39 +08:00
name 'Adobe Creative Cloud'
homepage 'https://creative.adobe.com/products/creative-cloud'
license :commercial
installer :manual => 'Creative Cloud Installer.app'
2014-01-28 01:10:45 +08:00
end