Skip to content

Commit

Permalink
crashplan: support macOS Monterey and Ventura
Browse files Browse the repository at this point in the history
The CrashPlan app supports macOS 12-14,[^1] but the cask requires macOS
14 or later. I have lowered the minimum required version to macOS 12.

[^1]: https://support.crashplan.com/hc/en-us/articles/9160162474765-Supported-operating-systems#01GFBK9PWFMQK72Z7SW922N466
  • Loading branch information
aphedges committed Jul 11, 2024
1 parent 64d77ef commit f060080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/c/crashplan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end
end

depends_on macos: ">= :sonoma"
depends_on macos: ">= :monterey"

pkg "Install CrashPlan.pkg"

Expand Down

0 comments on commit f060080

Please sign in to comment.