homebrew-cask/Casks/dolphin.rb

17 lines
454 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dolphin' do
2015-11-25 03:59:06 +08:00
version '4.0-8225'
sha256 'db81a7a45cdbbd02a5020caf2defd725005d1effe9f6abefa42242365100cb74'
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',
]
2013-10-25 12:29:35 +08:00
end