diff --git a/Casks/spotify-beta.rb b/Casks/spotify-beta.rb new file mode 100644 index 000000000..53c489a1d --- /dev/null +++ b/Casks/spotify-beta.rb @@ -0,0 +1,20 @@ +cask :v1 => 'spotify-beta' do + version '1.0.1.811.g63b21681-72' + sha256 'c3671db9876ce4497971cb2ec269edad7a8ab34f8af6e38f18328e2cee2c3c43' + + url "http://download.spotify.com/beta/spotify-app-#{version}.dmg" + name 'Spotify' + homepage 'https://www.spotify.com' + license :gratis + + app 'Spotify.app' + + uninstall :launchctl => 'com.spotify.webhelper' + + zap :delete => [ + '~/Library/Application Support/Spotify', + '~/Library/Preferences/com.spotify.client.plist', + '~/Library/Caches/com.spotify.client', + '~/Library/Logs/Spotify' + ] +end diff --git a/Casks/spotifybeta.rb b/Casks/spotifybeta.rb deleted file mode 100644 index 1d6fbff8c..000000000 --- a/Casks/spotifybeta.rb +++ /dev/null @@ -1,12 +0,0 @@ -cask :v1 => 'spotifybeta' do - version '1.0.0.797.gd2cd6291-1' - sha256 'eb3bbf459112f17d80b7f31ad567c5db08a5f400231fdbdf7c45c35ec5e35b70' - - url "http://download.spotify.com/beta/spotify-app-#{version}.dmg" - name 'Spotify Beta' - name 'Spotify' - homepage 'https://www.spotify.com/' - license :unknown - - app 'SpotifyBeta.app' -end