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 .
- Nov 18, 2020
-
-
Mike McQuaid authored
Remove `HOMEBREW_BIG_SUR_TESTING` variable as it is no longer needed.
-
Mike McQuaid authored
upgrade: show upgradeable dependents during dry run
-
Markus Reiter authored
Don't create `package.json` in current directory.
-
Markus Reiter authored
-
Markus Reiter authored
Unset `HOMEBREW_BAT` in tests.
-
Markus Reiter authored
-
Markus Reiter authored
Fix tests failing locally.
-
Markus Reiter authored
-
Markus Reiter authored
sorbet: Update RBI files.
-
Markus Reiter authored
-
Markus Reiter authored
Enable `Performance/ConstantRegexp` cop.
-
BrewTestBot authored
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
-
Markus Reiter authored
cli/named_args: don't convert to taps.
-
Dustin Rodrigues authored
audit: allow checksum to be added/removed when changing download scheme
-
Miccal Matthews authored
shared_audits: add haptickey to GITHUB_PRERELEASE_ALLOWLIST
-
EricFromCanada authored
-
miccal authored
-
Mike McQuaid authored
Fixes https://github.com/Homebrew/brew/issues/8966
-
Markus Reiter authored
Fix brew style checks on Brewfiles
-
- Nov 17, 2020
-
-
Markus Reiter authored
Unify `Lzma` and `Xz`.
-
Markus Reiter authored
-
Mike McQuaid authored
hide deprecated cask command
-
Dustin Rodrigues authored
-
Markus Reiter authored
unpack_strategy: Move `Dmg` to above `Xz` and `Lzma`
-
Markus Reiter authored
Update Gems.
-
Mike McQuaid authored
macos_requirement: fix display of versions as array
-
Mike McQuaid authored
spec_helper: increase needs_network timeout and retry.
-
Peter Lewis authored
-
hyuraku authored
-
Mike McQuaid authored
This should help with flakiness on these tests.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
EricFromCanada authored
-
Markus Reiter authored
Mention `--greedy` when no casks were upgraded.
-
Markus Reiter authored
Fix `brew audit Formula/formula.rb`
-
Markus Reiter authored
-
Claudia authored
Fix a regression introduced in PR #8542, which wouldn’t exclude formulae and casks from stricter style checks properly unless tapped. This caused `brew audit Formula/formula.rb` to report violations which were not meant for formulae and casks. The fix is to add Exclude patterns for formulae and casks in any `git clone`d tap’s working tree. Working outside of the productive Homebrew installation makes sure that the latter doesn’t interfere with development, and vice versa. It also helps track work in progress, especially if one tends to forget things.
-