homebrew-cask/Casks/stepmania.rb

14 lines
578 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'stepmania' do
2016-12-03 02:09:32 +08:00
version '5.0.12'
sha256 'b49eb7f4405c8cc289053deb48c30edcd8517a2948853e77befe9073818eb336'
2014-10-21 19:48:42 +08:00
# github.com/stepmania/stepmania was verified as official when first introduced to the cask
url "https://github.com/stepmania/stepmania/releases/download/v#{version}/StepMania-#{version}-mac.dmg"
appcast 'https://github.com/stepmania/stepmania/releases.atom',
2017-03-31 03:56:28 +08:00
checkpoint: '4817e41d8c2bebd06e894736cff92919d6dc4fdb8d9818eabbb5efb54cca1419'
2015-05-02 04:24:56 +08:00
name 'StepMania'
2016-11-24 16:40:04 +08:00
homepage 'https://www.stepmania.com/'
2014-10-21 19:48:42 +08:00
app "StepMania-#{version}/Stepmania.app"
2014-10-21 19:48:42 +08:00
end