Skip to content

Commit

Permalink
Update adobe-creative-cloud from 5.4.1.534 to 5.4.5.550 and add livec…
Browse files Browse the repository at this point in the history
…heck (Homebrew#106588)
  • Loading branch information
cho-m committed May 31, 2021
1 parent a2109c0 commit aae3d38
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Casks/adobe-creative-cloud.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "adobe-creative-cloud" do
version "5.4.1.534"
version "5.4.5.550"

if Hardware::CPU.intel?
sha256 "dd71684c8189532356e10c3347edbb62c95cd5d76cf75ad8bcc1c871308f62e2"
sha256 "2efca959497b9f2fe3278a64341aa8a817e3855b1db9a9768f99259ef56e5227"

url "https://ccmdl.adobe.com/AdobeProducts/KCCC/CCD/#{version.major_minor_patch.dots_to_underscores}/osx10/ACCCx#{version.dots_to_underscores}.dmg"
else
sha256 "cd8a62869e68c90885fca738e8184c6091a20bb55b56a1d93cc123aa69994417"
sha256 "fe77eb37c4cbebe57750834063d8c01233887585252400dd8cfa2fb77b2a8fb3"

url "https://ccmdl.adobe.com/AdobeProducts/KCCC/CCD/#{version.major_minor_patch.dots_to_underscores}/macarm64/ACCCx#{version.dots_to_underscores}.dmg"
end
Expand All @@ -15,6 +15,11 @@
desc "Collection of apps and services for photography, design, video, web, and UX"
homepage "https://www.adobe.com/creativecloud.html"

livecheck do
url "https://helpx.adobe.com/creative-cloud/release-note/cc-release-notes.html"
regex(/Version\s*(\d+(?:\.\d+)+),?\s+(?:(?:was\s+)?released|for\s+macOS)/i)
end

auto_updates true

installer script: {
Expand Down

0 comments on commit aae3d38

Please sign in to comment.