Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
propresenter-beta: update livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Oct 13, 2021
1 parent a52aa5e commit edf878b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Casks/propresenter-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
url "https://api.renewedvision.com/v1/pro/upgrade?platform=macos&osVersion=0&appVersion=0&buildNumber=0&includeNotes=0&channel=beta"
strategy :page_match do |page|
match = page.match(%r{/ProPresenter_(\d+(?:\.\d+)*)_(\d+)\.zip}i)
next if match.blank?

"#{match[1]},#{match[2]}"
end
end
Expand Down

0 comments on commit edf878b

Please sign in to comment.