From be521ef94090009e47f4cac8f6d7ccd22d2d34be Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:34:28 -0500 Subject: [PATCH] menubar-stats: update `depends_on` --- Casks/m/menubar-stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/menubar-stats.rb b/Casks/m/menubar-stats.rb index c114fe75bc..282ec4679c 100644 --- a/Casks/m/menubar-stats.rb +++ b/Casks/m/menubar-stats.rb @@ -13,7 +13,7 @@ cask "menubar-stats" do end auto_updates true - depends_on macos: ">= :mojave" + depends_on macos: ">= :big_sur" app "MenuBar Stats.app"