Merge pull request #10408 from epsimatic/update-stepmania

Update Stepmania 5beta4a → 5.0.7rc, start using #{version} in URLs
This commit is contained in:
Michael 2015-04-04 15:29:08 +08:00
commit c0d1dba7fb
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
cask :v1 => 'stepmania' do cask :v1 => 'stepmania' do
version '5beta4a' version '5.0.7rc'
sha256 'a87148a15e8507080ae03e42b07b35bb601e622d63c142da8a08dcdb9f9e42cd' sha256 '566adc7e5a9b05d8212b738ca7e6e410884e21aaae503e65f8a7ec78ae3d4156'
url 'https://github.com/stepmania/stepmania/releases/download/SM5-beta4a/StepMania-v5.0-beta-4a-mac.dmg' url "https://github.com/stepmania/stepmania/releases/download/v#{version}/StepMania-#{version}-mac.dmg"
homepage 'http://www.stepmania.com/' homepage 'http://www.stepmania.com/'
license :mit license :mit
app 'StepMania-v5.0-beta-4a/Stepmania.app' app "StepMania-#{version}/Stepmania.app"
end end