From f0600801854be7bf7270a9acb08bc13ea6719aad Mon Sep 17 00:00:00 2001 From: Alex Hedges Date: Thu, 11 Jul 2024 19:09:16 -0400 Subject: [PATCH] crashplan: support macOS Monterey and Ventura 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 --- Casks/c/crashplan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/c/crashplan.rb b/Casks/c/crashplan.rb index a7665822cbb9..6a6e264c138d 100644 --- a/Casks/c/crashplan.rb +++ b/Casks/c/crashplan.rb @@ -18,7 +18,7 @@ end end - depends_on macos: ">= :sonoma" + depends_on macos: ">= :monterey" pkg "Install CrashPlan.pkg"