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 03, 2018
-
-
Mike McQuaid authored
Now with a working DBM on Linux.
-
Mike McQuaid authored
-
Mike McQuaid authored
Update issue templates
-
Mike McQuaid authored
Use the new issue template improvements: https://blog.github.com/2018-05-02-issue-template-improvements/
-
Mike McQuaid authored
This seems like it could fix the GitHub Pages build.
-
Mike McQuaid authored
-
Mike McQuaid authored
Merge pull request #4139 from Homebrew/dependabot/bundler/Library/Homebrew/test/parallel_tests-2.21.3 Bump parallel_tests from 2.21.2 to 2.21.3 in /Library/Homebrew/test
-
Mike McQuaid authored
docs: fix Jekyll theme usage.
-
dependabot[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.21.2...v2.21.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump rspec-retry from 0.5.6 to 0.5.7 in /Library/Homebrew/test
-
Mike McQuaid authored
Bump simplecov from 0.15.1 to 0.16.1 in /Library/Homebrew/test
-
Mike McQuaid authored
Need to use `remote_theme` not `theme` for this to work on GitHub Pages. Handily, though, this removes the need for making and uploading a gem.
-
dependabot[bot] authored
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.15.1 to 0.16.1. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.15.1...v0.16.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [rspec-retry](https://github.com/noredink/rspec-retry) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/noredink/rspec-retry/releases) - [Changelog](https://github.com/NoRedInk/rspec-retry/blob/master/changelog.md) - [Commits](https://github.com/noredink/rspec-retry/compare/v0.5.6...v0.5.7 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump github-pages from 158 to 183 in /docs
-
dependabot[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 158 to 183. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v158...v183 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Use Homebrew’s Jekyll theme
-
Mike McQuaid authored
These means we can remove a bunch of the HTML from this repository and move it to https://github.com/homebrew/jekyll-theme-homebrew.
-
- May 02, 2018
-
-
Mike McQuaid authored
bump-formula-pr: fix tag/revision argument.
-
Mike McQuaid authored
Can't do `@args[hash_type]` if `hash_type` is `nil`.
-
- May 01, 2018
-
-
Mike McQuaid authored
Remove completions for (un)linkapps commands
-
Alyssa Ross authored
These were deleted in cffa5a98.
-
Mike McQuaid authored
bump-formula-pr: Use Parser to parse args
-
ilovezfs authored
Support GCC 8
-
- Apr 30, 2018
-
-
FX Coudert authored
-
Gautham Goli authored
-
Mike McQuaid authored
README: goodbye Alyssa!
-
Mike McQuaid authored
And thanks for all the commits! <3
-
Mike McQuaid authored
portable-ruby: increase to 2.3.1_1.
-
Mike McQuaid authored
Install the latest Ruby from: https://github.com/Homebrew/homebrew-portable-ruby/pull/55 This updates ncurses and openssl as well as more closely matching the Apple's ruby build options. Notably, this includes the DBM support needed for #3720.
-
Markus Reiter authored
Fix CaskAlreadyCreatedError message output
-
tjt263 authored
Minor edit.
-
- Apr 29, 2018
-
-
Mike McQuaid authored
components_order_cop: add post_install
-
Mike McQuaid authored
formula: read runtime dependencies from more tabs.
-
Mike McQuaid authored
linkage_checker: correctly handle multiple taps.
-
Mike McQuaid authored
Fix upgrades of formulae with the same name in multiple taps. As reported in: https://github.com/Homebrew/brew/pull/3789#issuecomment-384890624
-
- Apr 28, 2018
-
-
Mike McQuaid authored
The fixes the issue mentioned in: https://github.com/Homebrew/brew/pull/4066#issuecomment-381308153 where `brew missing` was not reading from a tab of an outdated formula. The `installed_prefix.directory?` check is unnecessary as the following `opt_or_installed_prefix_keg` call is already checking that when it is necessary. In this case it's not necessary anyway as `opt_prefix` is preferred and makes more sense on outdated formulae.
-
Mike McQuaid authored
docs/Acceptable-Formulae: address feedback.
-
Mike McQuaid authored
Address comments in: https://github.com/Homebrew/brew/commit/27ec9dae5fa4c2c5b19f8bfafaefbdbb3e9a9c8c
-
- Apr 27, 2018
-
-
commitay authored
-