contraste: add livecheck (#96222)

This commit is contained in:
Markus Reiter 2020-12-21 16:25:08 +01:00 committed by GitHub
parent 2b4784fb28
commit edd450d7c1
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,12 +1,16 @@
cask "contraste" do
version "1.0"
version "1.0,141"
sha256 "ab6ce81efcde8179f9fdf81baff46f90dae45bca580f8582d82c8d1e42aa2c4a"
url "https://contrasteapp.com/contraste-#{version}.zip"
appcast "https://contrasteapp.com/updates/releases.xml"
url "https://contrasteapp.com/contraste-#{version.before_comma}.zip"
name "Contraste"
homepage "https://contrasteapp.com/"
livecheck do
url "https://contrasteapp.com/updates/releases.xml"
strategy :sparkle
end
depends_on macos: ">= :high_sierra"
app "Contraste.app"