homebrew-cask/Casks/xld.rb

23 lines
834 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xld' do
version '20151214'
sha256 '08a03d72cf0ff2cc9e8810dc76604fd527270b0b6d35563d133e537a3ea30117'
2015-01-19 11:19:55 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:53 +08:00
url "http://downloads.sourceforge.net/project/xld/xld-#{version}.dmg"
2015-09-14 20:51:16 +08:00
appcast 'https://svn.code.sf.net/p/xld/code/appcast/xld-appcast_e.xml',
:sha256 => 'bfcf5c644e119533677462c8d4f50670aa37aea7947170be7adb375a040f2fd4'
2015-01-10 05:08:11 +08:00
name 'X Lossless Decoder'
name 'XLD'
homepage 'http://tmkk.undo.jp/xld/index_e.html'
2014-10-01 23:34:18 +08:00
license :oss
2014-09-16 00:06:38 +08:00
app 'XLD.app'
2014-11-22 22:24:21 +08:00
2014-09-18 19:58:01 +08:00
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',
2014-09-18 19:58:01 +08:00
]
end