homebrew-cask/Casks/dolphin.rb

17 lines
444 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dolphin' do
2016-04-28 00:56:10 +08:00
version '4.0-9230'
sha256 'fd193bf0bc204d50d79e9cfc0df5a41fe81f43f8d6cfae61eeb24141a12a484b'
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
zap delete: [
'~/Library/Application Support/Dolphin',
'~/Library/Preferences/org.dolphin-emu.dolphin.plist',
]
2013-10-25 12:29:35 +08:00
end