mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
243 B
Ruby
7 lines
243 B
Ruby
class ScummVm < Cask
|
|
url 'http://downloads.sourceforge.net/project/scummvm/scummvm/1.6.0/scummvm-1.6.0-macosx.dmg'
|
|
homepage 'http://scummvm.org/'
|
|
version '1.6.0'
|
|
sha1 '73f428d5ecbabfeb4a54c89dd46a3963e8f9ac05'
|
|
link 'ScummVM.app'
|
|
end
|