This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jun 26, 2020
-
-
Dario Vladovic authored
-
- Jun 25, 2020
-
-
Mike McQuaid authored
Refer to default branch in links with HEAD
-
Mike McQuaid authored
Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This will make life easier if we ever rename our default branch in future (once/if Git and GitHub provides the necessary tooling to do so).
-
Issy Long authored
Sorbet: update hidden definitions
-
vidusheeamoli authored
-
vidusheeamoli authored
-
Mike McQuaid authored
test/support/fixtures/bottles: add Big Sur fixtures
-
Mike McQuaid authored
linkage_checker: handle system libraries on Big Sur
-
- Jun 24, 2020
-
-
Bo Anderson authored
-
Bo Anderson authored
-
Mike McQuaid authored
os/mac/utils/bottles: support ARM bottles.
-
Mike McQuaid authored
This will be eventually needed for Big Sur.
-
Mike McQuaid authored
shims/scm: handle missing Subversion on Catalina.
-
Mike McQuaid authored
Use the shim to find a valid Subversion.
-
Mike McQuaid authored
-
Mike McQuaid authored
Fixes https://github.com/Homebrew/brew/issues/7781
-
Mike McQuaid authored
Integrate `--cache` and `home` with cask
-
Mike McQuaid authored
Use Utils.safe_popen_read instead of Utils.popen_read
-
Mike McQuaid authored
OS::Mac::Version: Change 11.00 to 11.0
-
Mike McQuaid authored
os/mac/pkgconfig: add pc files for Big Sur
-
Mike McQuaid authored
os/mac/pkgconfig/10.15/expat: update version to 2.2.8
-
Mike McQuaid authored
build(deps): bump diff-lcs from 1.4 to 1.4.2 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [diff-lcs](https://github.com/halostatue/diff-lcs) from 1.4 to 1.4.2. - [Release notes](https://github.com/halostatue/diff-lcs/releases) - [Changelog](https://github.com/halostatue/diff-lcs/blob/master/History.md) - [Commits](https://github.com/halostatue/diff-lcs/compare/v1.4...v1.4.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Bo Anderson authored
-
Bo Anderson authored
-
Shaun Jackman authored
-
Rylan Polster authored
RuboCop requires using Utils.safe_popen_read and Utils.safe_popen_write instead of Utils.popen_read and Utils.popen_write respectively. Using the "safe" version means that an error will be shown if the command fails. Previously, when using `popen_read`, a failed command can go unnoticed and have negative consequences that go undetected (as happened for pipend in https://github.com/Homebrew/homebrew-core/pull/55682) RuboCop does not require Utils.safe_popen_read in a test do block because there can be some legitimate uses for Utils.popen_read in these cases.
-
Bo Anderson authored
os/mac: fix for major versions other than 10
-
Dawid Dziurla authored
formula: set GOPATH
-
Mike McQuaid authored
-
Dawid Dziurla authored
So we can cache dependencies and speed up subsequent builds.
-
- Jun 23, 2020
-
-
William Ma authored
-
Bo Anderson authored
-
William Ma authored
-
Mike McQuaid authored
os/mac/xcode: add Big Sur clang versions.
-
William Ma authored
-
William Ma authored
-
William Ma authored
-
Mike McQuaid authored
macOS Big Sur tweaks
-