diff --git a/Casks/vivaldi.rb b/Casks/vivaldi.rb index 4fde9fa6606..d59ceb2d417 100644 --- a/Casks/vivaldi.rb +++ b/Casks/vivaldi.rb @@ -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"