homebrew-cask/Casks/clementine.rb

23 lines
963 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'clementine' do
2016-04-26 00:15:02 +08:00
version '1.3.1'
sha256 '825aa66996237e1d3ea2723b24188ead203f298d0bec89f4c3bc6582d9e63e3a'
2016-02-12 06:17:17 +08:00
# github.com/clementine-player/Clementine was verified as official when first introduced to the cask
2016-04-26 00:15:02 +08:00
url "https://github.com/clementine-player/Clementine/releases/download/#{version}/clementine-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/clementine-player/Clementine/releases.atom',
checkpoint: '095c6ab8b2c10c84122bba3d39c13fee4124640913fed4a7f0480251b5b84bf4'
2015-01-12 03:18:25 +08:00
name 'Clementine'
homepage 'https://www.clementine-player.org/'
conflicts_with cask: 'clementine-rc'
2014-11-22 22:24:18 +08:00
app 'clementine.app'
2016-04-04 20:46:53 +08:00
2017-11-18 17:49:19 +08:00
zap trash: [
'~/Library/Application Support/Clementine',
'~/Library/Caches/org.clementine-player.Clementine',
'~/Library/Preferences/org.clementine-player.Clementine.plist',
'~/Library/Saved Application State/org.clementine-player.Clementine.savedState',
]
2013-05-28 02:28:03 +08:00
end