selfcontrol: add livecheck (#96570)

This commit is contained in:
Markus Reiter 2020-12-22 04:08:55 +01:00 committed by GitHub
parent 3d1aabc18e
commit e4a6848133
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,10 +3,14 @@ cask "selfcontrol" do
sha256 "4ab3b5d07613264a5f6cd321e5020a1bbda1c8e04c642f131a9758ba20348858"
url "https://downloads.selfcontrolapp.com/SelfControl-#{version}.zip"
appcast "https://selfcontrolapp.com/SelfControlAppcast.xml"
name "SelfControl"
homepage "https://selfcontrolapp.com/"
livecheck do
url "https://selfcontrolapp.com/SelfControlAppcast.xml"
strategy :sparkle
end
auto_updates true
app "SelfControl.app"