mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
241 B
Ruby
7 lines
241 B
Ruby
class Dolphin < Cask
|
|
url 'https://dl-mirror.dolphin-emu.org/4.0/dolphin-4.0.dmg'
|
|
homepage 'http://www.dolphin-emu.org/'
|
|
version '4.0'
|
|
sha256 'c5968f668225d76273c77ad4ddbcb1e9eb2fc5df59918395c04ebf53f80ca8a8'
|
|
link 'Dolphin.app'
|
|
end
|