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 .
- Jan 26, 2021
-
-
David authored
Incorporate suggested wording Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 15, 2021
-
-
David Cowden authored
-
- Jan 14, 2021
-
-
David Cowden authored
It's possible the user's terminal emulator is running under rosetta2. Consequently, the i86_64 version of the ruby interpreter will be used. Likely, the right thing to do is simply install the arm64 version of the requested package. This can be accomplished using: arch -arm64 brew ... Fixes: #10313
-
Seeker authored
utils/git_repository: use `Pathname.pwd` if no `repo` specified
-
Rylan Polster authored
completions: make opt-in only
-
Seeker authored
-
Misty De Meo authored
Keg: allow overwriting same-formula conflicts
-
Misty De Meo authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Misty De Meo authored
This is weird. We're seeing some installs where formulae have no opt prefix and no linked keg record, *but* still ended up linked into the prefix. Upgrades will blow up in this case because the old symlinks won't get deleted and Homebrew will report a nonsensical error message about not being able to link over another link from the same formula! Since the optpath is either missing or pointing to the wrong destination at this point, the checks for conflict linking above will have failed. We should instead be safe to simply blow away these conflicting symlinks and replace them with the new targets. Fixes https://github.com/Homebrew/homebrew-core/issues/68866.
-
Misty De Meo authored
Popen spec: ensure Rubocop is happy
-
Misty De Meo authored
These were introduced in #10305 but only started going red after that PR was merged.
-
Misty De Meo authored
Cask tests: temporarily disable broken test
-
Seeker authored
utils/popen: add `safe` argument to `popen_read` and `popen_write`
-
Misty De Meo authored
-
Seeker authored
shims/super/cc: fix most style errors
-
Rylan Polster authored
-
- Jan 13, 2021
-
-
Sam Ford authored
Livecheck: Skip archived stable URLs in formulae
-
Mike McQuaid authored
build(deps): bump tapioca from 0.4.10 to 0.4.11 in /Library/Homebrew
-
Markus Reiter authored
Ignore invalid keys when reading existing `Cask::Config`.
-
BrewTestBot authored
-
BrewTestBot authored
-
Jonathan Chang authored
rubocops: migrate to rubocop v1 API
-
dependabot[bot] authored
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.10 to 0.4.11. - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](https://github.com/Shopify/tapioca/compare/v0.4.10...v0.4.11 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Mike McQuaid authored
build(deps): bump sorbet from 0.5.6205 to 0.5.6206 in /Library/Homebrew
-
Markus Reiter authored
-
Markus Reiter authored
Improve audit for `livecheck` in casks.
-
Markus Reiter authored
-
Markus Reiter authored
-
Seeker authored
utils/ast: move helper functions from `FormulaAST` to `AST`
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6205 to 0.5.6206. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Sam Ford authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Sam Ford authored
-
Sam Ford authored
-
Sam Ford authored
-
Seeker authored
-
Seeker authored
-
Seeker authored
test/utils/*: use `described_class` or named `subject`
-