screens: add livecheck (#96567)

This commit is contained in:
Markus Reiter 2020-12-22 04:09:03 +01:00 committed by GitHub
parent 7b3ccd5ab2
commit 9065ae327b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,11 +3,15 @@ cask "screens" do
sha256 "fcad2d076ab2415c10890813429ed962cf5669f4a3dc099b72f81c1ad8c3c10c"
url "https://updates.edovia.com/com.edovia.screens#{version.major}.mac/Screens_#{version.before_comma}b#{version.after_comma}.zip"
appcast "https://updates.edovia.com/com.edovia.screens#{version.major}.mac/appcast.xml"
name "Screens"
desc "Remote access software focusing on usability"
homepage "https://edovia.com/screens-mac/"
livecheck do
url "https://updates.edovia.com/com.edovia.screens#{version.major}.mac/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :sierra"