Skip to content

Commit

Permalink
max: convert to on_system blocks
Browse files Browse the repository at this point in the history
Closes #138601.

Signed-off-by: Bevan Kay <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
Rylan12 authored and BrewTestBot committed Dec 28, 2022
1 parent e579e23 commit 29630d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Casks/max.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
cask "max" do
if MacOS.version <= :mojave
on_mojave :or_older do
version "0.9.1"
sha256 "722bf714696d3d39329ba98ffddc9f117f8cc6863f71670507cd12f62a5e5f14"

url "https://files.sbooth.org/Max-#{version}.tar.bz2"

app "Max-#{version}/Max.app"
else
end
on_catalina :or_newer do
version "0.9.2b4"
sha256 "4d3d96f2e3fc2f52fc3c7cbeb260be749975665e38f643089d2e3fdb58b8f82b"

Expand Down

0 comments on commit 29630d0

Please sign in to comment.