You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
983 B
22 lines
983 B
cask 'clementine-rc' do
|
|
version '1.3.1'
|
|
sha256 '825aa66996237e1d3ea2723b24188ead203f298d0bec89f4c3bc6582d9e63e3a'
|
|
|
|
# github.com/clementine-player/Clementine was verified as official when first introduced to the cask
|
|
url "https://github.com/clementine-player/Clementine/releases/download/#{version}/clementine-#{version}.dmg"
|
|
appcast 'https://github.com/clementine-player/Clementine/releases.atom',
|
|
checkpoint: '4a73a16fbd870e168e0ade5d7680dd1382c59b531ac2969a9868974eea70bbcb'
|
|
name 'Clementine'
|
|
homepage 'https://www.clementine-player.org/'
|
|
|
|
conflicts_with cask: 'caskroom/cask/clementine'
|
|
|
|
app 'Clementine.app'
|
|
|
|
zap delete: [
|
|
'~/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',
|
|
]
|
|
end
|
|
|