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
268 B
Ruby
7 lines
268 B
Ruby
class Dosbox < Cask
|
|
url 'http://downloads.sourceforge.net/project/dosbox/dosbox/0.74/DOSBox-0.74-1_Universal.dmg'
|
|
homepage 'http://www.dosbox.com'
|
|
version '0.74'
|
|
sha256 '99057370b478608a6f0167ef522ef59e0e1b876f8565622d3dbd707925d61f6c'
|
|
link 'DOSBox.app'
|
|
end
|