From e6c94b6fe76a9a72441eb9f87a80b3297339b24e Mon Sep 17 00:00:00 2001 From: _ivaquero_ <46377665+ivaquero@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:26:00 +0800 Subject: [PATCH] xnviewmp: add `auto_updates` true --- Casks/x/xnviewmp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Casks/x/xnviewmp.rb b/Casks/x/xnviewmp.rb index 25cb589649..33710fa361 100644 --- a/Casks/x/xnviewmp.rb +++ b/Casks/x/xnviewmp.rb @@ -12,6 +12,7 @@ cask "xnviewmp" do regex(/>XnView\sMP\sv?(\d+(?:\.\d+)+)[\s<]/i) end + auto_updates true depends_on macos: ">= :high_sierra" app "XnViewMP.app"