Browse Source

Update clementine-rc: zap (#4645)

master
commitay 7 years ago
committed by GitHub
parent
commit
001992c33b
  1. 10
      Casks/clementine-rc.rb

10
Casks/clementine-rc.rb

@ -5,18 +5,20 @@ cask 'clementine-rc' do
# 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: 'ced6f215c6a3dcad642b293d880a70dd17d9225f862e09b565ba542bfe8ee9cb'
checkpoint: '095c6ab8b2c10c84122bba3d39c13fee4124640913fed4a7f0480251b5b84bf4'
name 'Clementine'
homepage 'https://www.clementine-player.org/'
conflicts_with cask: 'caskroom/cask/clementine'
conflicts_with 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',
],
trash: [
'~/Library/Application Support/Clementine',
'~/Library/Preferences/org.clementine-player.Clementine.plist',
]
end

Loading…
Cancel
Save