Some SDKs return a number higher than the hard-coded `latest_version` in this file. With the current `==` check, those higher version numbers are treated as "not the latest". This prevents machines with higher-versioned SDKs from being able to use Homebrew. To resolve that problem, this PR changes the check to `>=`, which allows machines with higher-versioned SDKs to also use Homebrew to install packages.
Library
This directory contains all the code run by the official brew and brew cask commands in Homebrew and all formulae (package descriptions) in taps (repositories containing formulae) in Taps subdirectories.