mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
269 B
Ruby
7 lines
269 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'
|
|
sha256 '9e23c5e4d5b04400202c61d031d85d2ed09a88662c7cec9b56f354d07cc96f28'
|
|
link 'ScummVM.app'
|
|
end
|