From a6e0a55fcc1fd17620a9dc492880c8c81b6e47f8 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:08:59 -0400 Subject: [PATCH] macpilot 15.0.1 --- Casks/m/macpilot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/m/macpilot.rb b/Casks/m/macpilot.rb index 34ef133fa0..e36224097e 100644 --- a/Casks/m/macpilot.rb +++ b/Casks/m/macpilot.rb @@ -16,7 +16,7 @@ cask "macpilot" do end end on_big_sur :or_newer do - version "15.0" + version "15.0.1" sha256 :no_check url "https://www.koingosw.com/products/macpilot/download/macpilot.dmg" @@ -31,7 +31,7 @@ cask "macpilot" do desc "Graphical user interface for the command terminal" homepage "https://www.koingosw.com/products/macpilot/" - depends_on macos: ">= :catalina" + depends_on macos: ">= :mojave" app "MacPilot.app"