phinze/homebrew-cask

View on GitHub
Casks/s/stepmania.rb

Summary

Maintainability
A
0 mins
Test Coverage
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/"

  disable! date: "2024-07-17", because: "is 32-bit only"

  app "StepMania-#{version}/Stepmania.app"
end