homebrew-cask/Casks/mellowplayer.rb

20 lines
800 B
Ruby
Raw Normal View History

2018-05-21 00:54:36 +08:00
cask 'mellowplayer' do
version '3.3.5'
sha256 '22c003f5f233ee24f9a8044dffe3959a71c45c1a935bc94e3d4cbc3edf3636b5'
# github.com/ColinDuquesnoy/MellowPlayer was verified as official when first introduced to the cask
url "https://github.com/ColinDuquesnoy/MellowPlayer/releases/download/#{version}/MellowPlayer.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/ColinDuquesnoy/MellowPlayer/releases.atom'
2018-05-21 00:54:36 +08:00
name 'MellowPlayer'
homepage 'https://colinduquesnoy.github.io/MellowPlayer/'
app 'MellowPlayer.app'
zap trash: [
'~/Library/Application Support/MellowPlayer',
'~/Library/Caches/MellowPlayer',
'~/Library/Preferences/com.mellowplayer.3.plist',
'~/Library/Preferences/com.mellowplayer.mellowplayer.MellowPlayer.plist',
]
end