From cab4fb552c140ff8635787d268699c2b00357e04 Mon Sep 17 00:00:00 2001 From: Tse Kit Yam Date: Fri, 23 Feb 2024 06:21:19 +0800 Subject: [PATCH] set auto updates to true --- Casks/t/theiaide.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Casks/t/theiaide.rb b/Casks/t/theiaide.rb index 95d9a21dd9..f54cdbbf9a 100644 --- a/Casks/t/theiaide.rb +++ b/Casks/t/theiaide.rb @@ -13,6 +13,7 @@ cask "theiaide" do regex(/href=.*?TheiaIDE[._-]v?(\d+(?:\.\d+)+)(?:-mac)?\.zip/i) end + auto_updates true depends_on macos: ">= :high_sierra" app "TheiaIDE.app"