mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
15 lines
475 B
Ruby
15 lines
475 B
Ruby
cask :v1 => 'deezer' do
|
|
version '0.9.9_4104'
|
|
sha256 '2b9e8acb66a01a7b6e77da75a007b68648e07c66fd413bf57c2c29e029ee43ba'
|
|
|
|
url "http://cdn-content.deezer.com/builds/mac/Deezer#{version.sub(%r{^[^_]*(_\d+)},'\1')}.dmg"
|
|
homepage 'https://www.deezer.com/beta/formac'
|
|
license :gratis
|
|
|
|
app 'Deezer.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Application Support/Deezer',
|
|
'~/Library/Preferences/com.deezer.Deezer.plist',
|
|
]
|
|
end
|