homebrew-cask/Casks/xld.rb

23 lines
836 B
Ruby
Raw Normal View History

2014-11-14 01:27:24 +08:00
cask :v1 => 'xld' do
2015-11-29 05:45:05 +08:00
version '20151128'
sha256 '75571c82a3d3b5f943cbf72774cb52e724fcca64bb63b251ee57d675435c6949'
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',
2015-10-16 22:03:29 +08:00
:sha256 => '2bf53dc840b0b037921e1ccc3b4b3244ff1a84f306c3ce749ec9da39f220b6d0'
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',
2015-10-16 22:03:29 +08:00
'~/Library/Caches/jp.tmkk.XLD',
'~/Library/Saved Application State/jp.tmkk.XLD.savedState'
2014-09-18 19:58:01 +08:00
]
end