mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
242 B
Ruby
9 lines
242 B
Ruby
class Dolphin < Cask
|
|
version '4.0'
|
|
sha256 'c5968f668225d76273c77ad4ddbcb1e9eb2fc5df59918395c04ebf53f80ca8a8'
|
|
|
|
url 'https://dl-mirror.dolphin-emu.org/4.0/dolphin-4.0.dmg'
|
|
homepage 'http://www.dolphin-emu.org/'
|
|
|
|
app 'Dolphin.app'
|
|
end
|