homebrew-cask/Casks/dolphin.rb

16 lines
428 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dolphin' do
2016-06-24 21:51:45 +08:00
version '5.0'
sha256 '1e7127cf9b110c5d7feabc0d05f620bad31d0f47a1d16e1f46e2e402d0ec233c'
2016-06-24 21:51:45 +08:00
url "https://dl-mirror.dolphin-emu.org/#{version}/dolphin-#{version}.dmg"
2015-03-28 01:12:42 +08:00
name 'Dolphin'
homepage 'https://dolphin-emu.org/'
2014-09-16 00:05:29 +08:00
app 'Dolphin.app'
2014-11-22 22:24:18 +08:00
zap delete: [
'~/Library/Application Support/Dolphin',
'~/Library/Preferences/org.dolphin-emu.dolphin.plist',
]
2013-10-25 12:29:35 +08:00
end