Files
homebrew-cask/Casks/s/stepmania.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
511 B
Ruby

cask "stepmania" do
version "5.0.12"
sha256 "b49eb7f4405c8cc289053deb48c30edcd8517a2948853e77befe9073818eb336"
url "https://github.com/stepmania/stepmania/releases/download/v#{version}/StepMania-#{version}-mac.dmg",
verified: "github.com/stepmania/stepmania/"
name "StepMania"
desc "Advanced rhythm game designed for both home and arcade use"
homepage "https://www.stepmania.com/"
livecheck do
url :url
strategy :github_latest
end
app "StepMania-#{version}/Stepmania.app"
end