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-05-14 14:43:06 +08:00
version '4.0-9327'
sha256 'e766bb4cde955ccdb03927262d76e65767f001c1f9f10ce3ac059b460eab1480'
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