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 11, 2020
-
-
Mike McQuaid authored
brew.sh: check versions of proper cURL and Git
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Fetch formula resources before unlinking during upgrade.
-
Mike McQuaid authored
workflows: fix docker hub pushing
-
Dawid Dziurla authored
-
Mike McQuaid authored
-
Mike McQuaid authored
This uses `FormulaInstaller#fetch` to recursively fetch dependencies through the dependency tree and allows `install_dependency` to not do any fetching.
-
Michelle Nguyen authored
Fixes #6374.
-
Dawid Dziurla authored
-
Mike McQuaid authored
docs/How-to-Create-and-Maintain-a-Tap: official vendor taps.
-
Mike McQuaid authored
Replace ARGV#flags_only with Homebrew.args.flags_only
-
Mike McQuaid authored
Replace ARGV#bottle_arch with Homebrew.args.bottle_arch
-
Mike McQuaid authored
Cleanup ARGV.include? usage
-
Mike McQuaid authored
Livecheck Formula DSL
-
Mike McQuaid authored
build(deps): bump rspec-expectations from 3.9.1 to 3.9.2 in /Library/Homebrew
-
Mike McQuaid authored
tests.yml: Deploy the Docker image to Docker Hub
-
dependabot-preview[bot] authored
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/rspec/rspec-expectations/releases) - [Changelog](https://github.com/rspec/rspec-expectations/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-expectations/compare/v3.9.1...v3.9.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
nandahkrishna authored
-
Bo Anderson authored
bintray: url encode where needed
-
Mike McQuaid authored
cmd/uninstall: fix Array comparison
-
Mike McQuaid authored
-
- May 10, 2020
-
-
Mike Fiedler authored
In #7526 a comparison for `paths` was introduced, but if `paths` is ever `nil`, this triggers an error. Coercing the variable to an Array should alleviate this problem, as `nil.to_a` produces an empty and comparable Array. Fixes #7540 Signed-off-by:
Mike Fiedler <miketheman@gmail.com>
-
Mike McQuaid authored
Formula#outdated_kegs: check versions aren't identical.
-
Mike McQuaid authored
Remove usage where `Homebrew.args` could be used instead or, due to the `Homebrew.args` parsing, there was dead code that was never executed (and no-one complained about not working).
-
Mike McQuaid authored
Part of https://github.com/Homebrew/brew/issues/5730
-
Mike McQuaid authored
Take two on https://github.com/Homebrew/brew/pull/7490
-
Mike McQuaid authored
This removes the coupling on args.formulae before it has been parsed.
-
Mike McQuaid authored
Explain our policies around "Official Vendor Taps" and clarify the formulae naming section. Inspired by discussion in https://discourse.brew.sh/t/maintenance-of-formulas-by-vendor/7649/.
-
Mike McQuaid authored
Even if the `version_scheme` does not match: we should never try to `upgrade` (or show `outdated`) for two identical `pkg_version`s. If this is ever needed: a `revision` bump should be done instead. Fixes #7507
-
Mike McQuaid authored
cmd/uninstall: note etc files that stay around.
-
Bo Anderson authored
-
- May 09, 2020
-
-
Issy Long authored
grammar fix for How-To-Create-and-Maintain-a-Tap
-
Takashi Idobe authored
changing `with you github username` to `with your github username`.
-
FX Coudert authored
development_tools: fix GCC 10 version detection
-
Bo Anderson authored
-
FX Coudert authored
compilers: support GCC 10 as a formula
-
Bo Anderson authored
-