homebrew-cask/Casks/dolphin.rb

17 lines
456 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dolphin' do
2016-01-05 03:55:48 +08:00
version '4.0-8560'
sha256 '8ce5cf2d750e18b826746c3147ce3b4284fd39cf3d274b25389052e3eea61157'
2015-06-29 14:32:18 +08:00
url "https://dl.dolphin-emu.org/builds/dolphin-master-#{version}.dmg"
2015-03-28 01:12:42 +08:00
name 'Dolphin'
homepage 'https://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',
2014-09-18 19:57:55 +08:00
]
2013-10-25 12:29:35 +08:00
end