homebrew-cask/Casks/dolphin.rb

16 lines
446 B
Ruby
Raw Normal View History

2014-11-14 01:25:43 +08:00
cask :v1 => 'dolphin' do
2015-02-08 04:03:33 +08:00
version '4.0-5416'
sha256 '7d7ddb2bbd2e3255079fee707fe0723b5c5679cf9f21b70dc83feeeb10aa4b4b'
2014-10-10 07:41:30 +08:00
url "http://dl.dolphin-emu.org/builds/dolphin-master-#{version}.dmg"
homepage 'http://www.dolphin-emu.org/'
2014-12-16 02:53:53 +08:00
license :gpl
2014-09-16 00:05:29 +08:00
app 'Dolphin.app'
2014-11-22 22:24:18 +08:00
2014-09-18 19:57:55 +08:00
zap :delete => [
'~/Library/Application Support/Dolphin',
'~/Library/Preferences/org.dolphin-emu.dolphin.plist',
]
2013-10-25 12:29:35 +08:00
end