Skip to content

Commit

Permalink
adobe-acrobat-reader: update livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jul 24, 2024
1 parent 2fe4bc5 commit 39ec00e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Casks/a/adobe-acrobat-reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
homepage "https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html"

livecheck do
url "https://rdc.adobe.io/reader/products?lang=en&site=landing&os=Mac%20OS%2010.15&api_key=dc-get-adobereader-cdn"
strategy :json do |json|
json.dig("products", "reader").map { |product| product["version"] }
end
url "https://armmf.adobe.com/arm-manifests/mac/AcrobatDC/reader/current_version.txt"
regex(/^(\d+(?:\.\d+)+)$/i)
end

auto_updates true
Expand Down

0 comments on commit 39ec00e

Please sign in to comment.