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 30, 2019
-
-
Mike McQuaid authored
-
Gautham Goli authored
-
- Jan 29, 2019
-
-
Mike McQuaid authored
fetch: Use CLI::Parser to parse args
-
Mike McQuaid authored
install: Use CLI::Parser to parse args
-
Gautham Goli authored
-
Mike McQuaid authored
-
Gautham Goli authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Fix printf error on bash launch
-
Mike McQuaid authored
-
David authored
-
Mike McQuaid authored
This is handled by `OptionParser` now instead in `cmd/install`.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Markus Reiter authored
Refactor `ConflictsWith` to be a `DelegateClass(Hash)`.
-
Mike McQuaid authored
version: add CPU tests.
-
Mike McQuaid authored
Add a new API inspired by discussion in https://github.com/Homebrew/homebrew-core/pull/36435 to query if a given CPU option is supported by a version of macOS.
-
Mike McQuaid authored
docs/Shell-Completion: read both types of bash completions.
-
Mike McQuaid authored
cleanup: better handle edge cases.
-
Mike McQuaid authored
And guard against either of them being missing. Fixes #5610
-
Mike McQuaid authored
- don't complain about "skipping" kegs when `brew cleanup` runs automatically - better handle orphaned directories - output a better error message when a keg cannot be removed Fixes #4989 Fixes #5627 Fixes https://github.com/Homebrew/homebrew-core/pull/35958#issuecomment-458031634
-
- Jan 28, 2019
-
-
Mike McQuaid authored
Merge pull request #5635 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/rubocop-rspec-1.32.0 Bump rubocop-rspec from 1.31.0 to 1.32.0 in /Library/Homebrew/vendor
-
Mike McQuaid authored
-
Mike McQuaid authored
How-to-Create-and-Maintain-a-Tap.md add missing )
-
Mike McQuaid authored
Remove unneeded `curl_openssl_or_deps` invocation
-
Claudia authored
This fixes a regression introduced in #5626 [1], which removed `curl_openssl_or_deps` and left a single call in the code. [1]: https://github.com/Homebrew/brew/pull/5626
-
dependabot[bot] authored
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.31.0...v1.32.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Steven Peters authored
-
Markus Reiter authored
-
Mike McQuaid authored
audit: no longer need openssl/curl HTTP mirrors.
-
Markus Reiter authored
Added missing method to_a to Cask::DSL:ConflictsWith class.
-
Mike McQuaid authored
Mavericks' `curl` can download these fine over HTTPS.
-
- Jan 27, 2019
-
-
Mike McQuaid authored
vendor-install: use Mavericks portable Ruby.
-
Mike McQuaid authored
Deprecate macOS versions below Mavericks
-
Mike McQuaid authored
This is not universal so is smaller (8MB vs 12MB). It also performs 5-10% faster at: https://rubybench.org/ruby/ruby/releases?result_type=array_sample_100k___50k
-
Gautham Goli authored
-
Mike McQuaid authored
And remove all dead/unneeded code.
-
Mike McQuaid authored
Update installation and Linuxbrew documentation
-