From 8debc50c8fd8454d311272224553bc934600304c Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 27 Oct 2023 16:32:56 -0400 Subject: [PATCH] lulu: remove auto update stanza Lulu doesn't auto update in its current state, so not sure why this stanza is there. When using the built-in updater, Lulu redirects to the website to download a disk image file. --- Casks/l/lulu.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Casks/l/lulu.rb b/Casks/l/lulu.rb index a60460e61d..8df93e645b 100644 --- a/Casks/l/lulu.rb +++ b/Casks/l/lulu.rb @@ -13,7 +13,6 @@ cask "lulu" do strategy :github_latest end - auto_updates true depends_on macos: ">= :catalina" app "LuLu.app"