From 865dea0946e3cc99fac97f137b9ad9e77a73d649 Mon Sep 17 00:00:00 2001 From: Scott Gorsuch Date: Wed, 20 Jan 2016 16:05:15 -0500 Subject: [PATCH] Add auto_updates to spotify.rb --- Casks/spotify.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Casks/spotify.rb b/Casks/spotify.rb index 725303e0706..6a4e24ca9c6 100644 --- a/Casks/spotify.rb +++ b/Casks/spotify.rb @@ -7,6 +7,7 @@ cask 'spotify' do homepage 'https://www.spotify.com' license :gratis + auto_updates true depends_on macos: '>= :lion' app 'Spotify.app'