homebrew-cask/Casks/dosbox-x.rb

13 lines
536 B
Ruby

cask 'dosbox-x' do
version '0.82.21,20190831133008'
sha256 'ec9d95a7603c122979b06c7a03260beb5f0dbd3f1f203bf908957cc7f61f6e3a'
# github.com/joncampbell123/dosbox-x was verified as official when first introduced to the cask
url "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v#{version.before_comma}/dosbox-x-macosx-x64-#{version.after_comma}.zip"
appcast 'https://github.com/joncampbell123/dosbox-x/releases.atom'
name 'DOSBox-X'
homepage 'https://dosbox-x.com/'
app 'dosbox-x/dosbox-x.app'
end