I tried to install an older version of Bazel using homebrew by specifying the commit I need (https://raw.githubusercontent.com/bazelbuild/homebrew-tap/c8a0ccc2a8b442d9887d88c6380f835f533ffd47/Formula/bazel.rb).
I used the command brew install https://raw.githubusercontent.com/bazelbuild/homebrew-tap/c8a0ccc2a8b442d9887d88c6380f835f533ffd47/Formula/bazel.rb
. However, it points to the Homebrew core instead of the Bazel tap.
Has anyone used brew to manage Bazel version? Any suggestions are highly appreciated.