From 3d0afaceababd277b9867a83c1f5e025805a5736 Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Wed, 22 Nov 2023 21:07:40 +0100 Subject: [PATCH] mattermost: fix (remove) erraneously enabled auto_updates toggle With #144493 (updated and enabled by #144502) the `auto_updates` toggle was introduced to the Mattermost Cask, however, Mattermost does not offer automatic updates for the desktop application for macOS for the stand-alone app bundle per their official documentation ( https://docs.mattermost.com/collaborate/install-desktop-app.html ). --- Casks/m/mattermost.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Casks/m/mattermost.rb b/Casks/m/mattermost.rb index 81a9a0e88a..544c8ec881 100644 --- a/Casks/m/mattermost.rb +++ b/Casks/m/mattermost.rb @@ -16,7 +16,6 @@ cask "mattermost" do strategy :github_latest end - auto_updates true depends_on macos: ">= :catalina" app "Mattermost.app"