vivaldi: add livecheck (#96690)

This commit is contained in:
Markus Reiter 2020-12-22 20:18:39 +01:00 committed by GitHub
parent 910df3f001
commit 286d62e904
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 "vivaldi" do
sha256 "6426e4462cb7201a976f94cb11db6cd5c57e8d31794b410ad532253c0cc61737"
url "https://downloads.vivaldi.com/stable/Vivaldi.#{version}.dmg"
appcast "https://update.vivaldi.com/update/1.0/public/mac/appcast.xml"
name "Vivaldi"
desc "Web browser focusing on customization and control"
homepage "https://vivaldi.com/"
livecheck do
url "https://update.vivaldi.com/update/1.0/public/mac/appcast.xml"
strategy :sparkle
end
auto_updates true
app "Vivaldi.app"