Browse Source
Spotify recently renamed their beta app from SpotifyBeta.app to just Spotify.app.master
Vincent Klaiber
10 years ago
2 changed files with 20 additions and 12 deletions
@ -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 |
@ -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 |
Loading…
Reference in new issue