contexts: add livecheck (#96221)

This commit is contained in:
Markus Reiter 2020-12-21 16:25:03 +01:00 committed by GitHub
parent 5bfc72b238
commit 2b4784fb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,17 @@
cask "contexts" do
version "3.7.1"
version "3.7.1,371"
sha256 "de5e4a660cc30276155606b539d1ae58684115a3983d69598f1505fcad499a87"
url "https://contexts.co/releases/Contexts-#{version}.dmg"
appcast "https://contexts.co/appcasts/stable.xml"
url "https://contexts.co/releases/Contexts-#{version.before_comma}.dmg"
name "Contexts"
desc "Allows switching between application windows"
homepage "https://contexts.co/"
livecheck do
url "https://contexts.co/appcasts/stable.xml"
strategy :sparkle
end
app "Contexts.app"
uninstall quit: "com.contextsformac.Contexts"