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 .
- May 19, 2020
- May 18, 2020
-
-
hyuraku authored
-
- May 17, 2020
-
-
hyuraku authored
-
- May 16, 2020
-
-
Zach authored
Fix exception when calling "brew cask" with --help and no subcommand
-
Mike McQuaid authored
livecheck: add component order rubocop
-
- May 15, 2020
-
-
nandahkrishna authored
-
Shaun Jackman authored
Skip needed_libraries check when patchelf is the bottle being installed.
-
rmnull authored
-
- May 14, 2020
-
-
Mike McQuaid authored
resource: fix patching when patch already fetched
-
Mike McQuaid authored
-
Mike McQuaid authored
build(deps): bump tins from 1.24.1 to 1.25.0 in /Library/Homebrew
-
Mike McQuaid authored
Fixes uninstall if formula is unavailable
-
Jonathan Chang authored
This inappropriately modified the shared `patches` variable, meaning an already fetched patch would be removed and therefore not be applied when the resource was staged.
-
dependabot-preview[bot] authored
Bumps [tins](https://github.com/flori/tins) from 1.24.1 to 1.25.0. - [Release notes](https://github.com/flori/tins/releases) - [Commits](https://github.com/flori/tins/compare/v1.24.1...v1.25.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Zach Auten authored
-
skim authored
-
Shaun Jackman authored
shell: Use .profile unless .bash_profile exists
-
Shaun Jackman authored
-
- May 13, 2020
-
-
Mike McQuaid authored
Split out prepare_patches and fetch_patches methods.
-
Mike McQuaid authored
docs/New-Maintainer-Checklist: clarify ops can get owner.
-
Mike McQuaid authored
The new `fetch_patches` method wasn't exclusively fetching so shouldn't have been skipped when it was. Fixes #7558.
-
Mike McQuaid authored
This is needed for Bo98 to get access to GitHub Actions shared runners.
-
Mike McQuaid authored
Merge pull request #7561 from Homebrew/dependabot/bundler/Library/Homebrew/mime-types-data-3.2020.0512 build(deps): bump mime-types-data from 3.2020.0425 to 3.2020.0512 in /Library/Homebrew
-
Mike McQuaid authored
formula JSON: include URLs for non-bottled formulae
-
dependabot-preview[bot] authored
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2020.0425 to 3.2020.0512. - [Release notes](https://github.com/mime-types/mime-types-data/releases) - [Changelog](https://github.com/mime-types/mime-types-data/blob/master/History.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2020.0425...v3.2020.0512 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
EricFromCanada authored
-
Bo Anderson authored
Fix formatting issue in Formula Cookbook
-
Dan Fabulich authored
-
Bo Anderson authored
workflows/tests: fix for pre-installed Linuxbrew
-
Bo Anderson authored
-
- May 12, 2020
-
-
Mike McQuaid authored
Fetch (all) resources when building from source
-
Mike McQuaid authored
Also: - when `brew test` or `brew postinstall` is run allow `Resource#stage` to fetch the resource. - make `Formula#fetch` and `Resource#fetch` fetch external patches too. Follow-up from #7549 and #7546.
-
Mike McQuaid authored
formula_installer: ignore dependencies when fetching.
-
Mike McQuaid authored
utils/fork: check for inner exception command.
-
Mike McQuaid authored
Whenever you are fetching a dependency you only care about fetching that specific dependency and not all the dependencies of that dependency. Unlike installing, dependencies can be fetched in any order and have no "chains" between them.
-
Mike McQuaid authored
If it's not present then `ErrorDuringExecution` and `BuildError` don't work correctly so better to fall back to a default `RuntimeError`.
-
Mike McQuaid authored
build(deps): bump rubocop from 0.82.0 to 0.83.0 in /Library/Homebrew
-