Skip to content

Commit

Permalink
diskmaker-x: convert to on_system blocks (#137812)
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Dec 15, 2022
1 parent 68ba8f9 commit d2c16cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Casks/diskmaker-x.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
cask "diskmaker-x" do
if MacOS.version <= :mojave
on_mojave :or_older do
version "8.0.3"
sha256 "79b490dc829775450aafadeddd0afc58bdcef9c60fc82d9db1427c51b57e88a7"

app "DiskMaker X #{version.major} for macOS Mojave.app"
else

livecheck do
skip "Legacy version"
end
end
on_catalina :or_newer do
version "9.0"
sha256 "96845cd375543401b822fb4e17d2ecc300fcb621f56afcdad613ae11c9afddce"

Expand Down

0 comments on commit d2c16cb

Please sign in to comment.