From 9bcf19bc44bb4c5a14792847283716d5fb1b4f34 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:02:51 -0500 Subject: [PATCH] xattred: update `depends_on` --- Casks/x/xattred.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/x/xattred.rb b/Casks/x/xattred.rb index 6db005e870..1df4721093 100644 --- a/Casks/x/xattred.rb +++ b/Casks/x/xattred.rb @@ -18,7 +18,7 @@ cask "xattred" do end end - depends_on macos: ">= :el_capitan" + depends_on macos: ">= :high_sierra" app "xattred#{version.csv.first.major}#{version.csv.first.minor}/xattred.app"