From e6fb194868181a7a6209542684b820fd03c013d7 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 3 Jan 2021 09:59:24 +0100 Subject: [PATCH] homebrew.sh +update comments --- plugins.d/homebrew.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins.d/homebrew.sh b/plugins.d/homebrew.sh index 368d104..5c23c47 100755 --- a/plugins.d/homebrew.sh +++ b/plugins.d/homebrew.sh @@ -24,6 +24,8 @@ declare -a do_not_update=() # No distract mode (no user interaction)(Casks with 'latest' version number won't be updated) no_distract=false +# Some Casks have auto_updates true or version :latest. Homebrew Cask cannot track versions of those apps. +# 'latest=true' force Homebrew to update those apps. latest=false # ###############################################################################################