https://github.com/bazelbuild/homebrew-tap
This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel
https://github.com/bazelbuild/homebrew-tap
Last synced: about 1 year ago
JSON representation
This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel
- Host: GitHub
- URL: https://github.com/bazelbuild/homebrew-tap
- Owner: bazelbuild
- License: apache-2.0
- Archived: true
- Created: 2018-08-22T11:09:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:12:50.000Z (over 3 years ago)
- Last Synced: 2025-03-01T11:45:24.599Z (over 1 year ago)
- Size: 62.5 KB
- Stars: 24
- Watchers: 10
- Forks: 35
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Bazel Homebrew Tap
This repository contains a collection of Homebrew (aka, Brew) "formulae" for Bazel
## Installing Bazel
```sh
$ brew install bazel
```
To install older versions
```
brew tap bazelbuild/tap
brew extract bazel bazelbuild/tap --version X.Y.Z
brew install bazel@X.Y.Z
```
## Upgrading Bazel
```sh
$ brew upgrade bazel
```
## Installing Bazelisk
```sh
$ brew install bazelisk
```
## Upgrading Bazelisk
```sh
$ brew upgrade bazelisk
```
## Installing buildozer
```sh
$ brew install buildozer
```
## Upgrading buildozer
```sh
$ brew upgrade buildozer
```