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:
Mike McQuaid 2024-08-19 16:01:27 +01:00
parent 378f7f8f72
commit 4bf0a7f20f
No known key found for this signature in database

View File

@ -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