Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update adobe-creative-cloud to v4.7.0.400 #56107

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions Casks/adobe-creative-cloud.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
cask 'adobe-creative-cloud' do
version :latest
sha256 :no_check
version '4.7.0.400'
sha256 'bf91a3078a50200b69ff8f88a7c14e9be1ce054eee59f65c9f8e672ec7164116'

url 'https://ccmdls.adobe.com/AdobeProducts/KCCC/1/osx10/CreativeCloudInstaller.dmg'
url "http://ccmdl.adobe.com/AdobeProducts/KCCC/1/osx10/ACCCx#{version.dots_to_underscores}.dmg"
name 'Adobe Creative Cloud'
homepage 'https://creative.adobe.com/products/creative-cloud'

depends_on macos: '>= :mavericks'

installer manual: 'Creative Cloud Installer.app'

uninstall delete: "#{staged_path}/#{token}" # Needs to be uninstalled manually
installer script: {
executable: "#{staged_path}/Install.app/Contents/MacOS/Install",
args: ['--mode=silent'],
sudo: true,
}
end