From b1cc9bdee7417ca59d9296a7e57d9822cda65829 Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Wed, 9 Sep 2020 12:05:40 -0700 Subject: [PATCH] brew.sh: update implied HOMEBREW_VERSION Co-authored-by: Mike McQuaid --- Library/Homebrew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 407c7f2b98..814c0ca223 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -140,7 +140,7 @@ HOMEBREW_VERSION="$("$HOMEBREW_GIT" -C "$HOMEBREW_REPOSITORY" describe --tags -- HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION" if [[ -z "$HOMEBREW_VERSION" ]] then - HOMEBREW_VERSION=">=2.2.0 (shallow or no git repository)" + HOMEBREW_VERSION=">=2.5.0 (shallow or no git repository)" HOMEBREW_USER_AGENT_VERSION="2.X.Y" fi