Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mars.rb
blob591a319f5e4f3fcfa57bf42cd7791f251ec1f339
1 cask "mars" do
2   version "4.5.1"
3   sha256 "ac340b676ba2b62246b9df77e62f81ad4447bcfd329ab539716bcd09950b7096"
5   url "https://github.com/dpetersanderson/MARS/releases/download/v.#{version}/Mars#{version.major_minor.dots_to_underscores}.jar",
6       verified: "github.com/dpetersanderson/MARS/"
7   name "MARS"
8   desc "Mips Assembly and Runtime Simulator"
9   homepage "https://computerscience.missouristate.edu/mars-mips-simulator.htm"
11   deprecate! date: "2024-10-15", because: :unmaintained
13   container type: :naked
15   artifact "Mars#{version.major_minor.dots_to_underscores}.jar", target: "#{appdir}/Mars.jar"
17   caveats do
18     depends_on_java "9+"
19   end
20 end