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

11 lines
317 B
Ruby

class AdobeCreativeCloud < Cask
url 'https://ccmdls.adobe.com/AdobeProducts/KCCC/1/osx10/CreativeCloudInstaller.dmg'
homepage 'https://creative.adobe.com/products/creative-cloud'
version 'latest'
sha256 :no_check
caskroom_only true
caveats do
manual_installer 'Creative Cloud Installer.app'
end
end