Browse Source

Rename spotify-beta and update to version 1.0.1.811

Spotify recently renamed their beta app from SpotifyBeta.app to just Spotify.app.
master
Vincent Klaiber 10 years ago
parent
commit
70863acfe4
  1. 20
      Casks/spotify-beta.rb
  2. 12
      Casks/spotifybeta.rb

20
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

12
Casks/spotifybeta.rb

@ -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…
Cancel
Save