Merge pull request #3559 from MikeMcQuaid/git-describe-1.4.0

brew.sh: latest HOMEBREW_VERSION is 1.4.0
This commit is contained in:
Mike McQuaid 2017-12-11 17:14:42 +00:00 committed by GitHub
commit f42d8acde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ HOMEBREW_VERSION="$(git -C "$HOMEBREW_REPOSITORY" describe --tags --dirty --abbr
HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION"
if [[ -z "$HOMEBREW_VERSION" ]]
then
HOMEBREW_VERSION=">1.2.0 (shallow or no git repository)"
HOMEBREW_VERSION=">=1.4.0 (shallow or no git repository)"
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
fi