mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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 ).
This commit is contained in:
@@ -16,7 +16,6 @@ cask "mattermost" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :catalina"
|
||||
|
||||
app "Mattermost.app"
|
||||
|
||||
Reference in New Issue
Block a user