homebrew-cask/Casks/xld.rb

24 lines
835 B
Ruby

cask 'xld' do
version '2017.07.29'
sha256 '0ef55204816e7b52fe276dccd29253947be7b14da29e4ae1a505496174eb194a'
# sourceforge.net/xld was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/xld/xld-#{version.no_dots}.dmg"
appcast 'https://svn.code.sf.net/p/xld/code/appcast/xld-appcast_e.xml',
checkpoint: 'f5e4d70aac60e258968ab12605ba0834e370e77aa88b1147aa4cdcafd9c07666'
name 'X Lossless Decoder'
name 'XLD'
homepage 'http://tmkk.undo.jp/xld/index_e.html'
auto_updates true
app 'XLD.app'
zap delete: [
'~/Library/Application Support/XLD',
'~/Library/Preferences/jp.tmkk.XLD.plist',
'~/Library/Caches/jp.tmkk.XLD',
'~/Library/Saved Application State/jp.tmkk.XLD.savedState',
]
end