mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
brew.sh: bump minimum version.
We know we're definitely on at least 4.3.0 now, so let's update this.
This commit is contained in:
parent
378f7f8f72
commit
4bf0a7f20f
@ -488,7 +488,7 @@ unset GIT_DESCRIBE_CACHE
|
|||||||
HOMEBREW_USER_AGENT_VERSION="${HOMEBREW_VERSION}"
|
HOMEBREW_USER_AGENT_VERSION="${HOMEBREW_VERSION}"
|
||||||
if [[ -z "${HOMEBREW_VERSION}" ]]
|
if [[ -z "${HOMEBREW_VERSION}" ]]
|
||||||
then
|
then
|
||||||
HOMEBREW_VERSION=">=4.1.0 (shallow or no git repository)"
|
HOMEBREW_VERSION=">=4.3.0 (shallow or no git repository)"
|
||||||
HOMEBREW_USER_AGENT_VERSION="4.X.Y"
|
HOMEBREW_USER_AGENT_VERSION="4.X.Y"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user