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 .
- Dec 07, 2019
-
-
Vítor Galvão authored
-
- Dec 06, 2019
-
-
Michka Popoff authored
linkage_checker: whitelist libthread_db.so.1
-
Michka Popoff authored
openjdk links against this library, which is provided by glibc.
-
- Dec 05, 2019
-
-
Mike McQuaid authored
build: bump listen from 3.2.0 to 3.2.1 in /docs
-
dependabot-preview[bot] authored
Bumps [listen](https://github.com/guard/listen) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.2.0...v3.2.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
Fix bug with printing pinned dependencies.
-
Bob Lail authored
Brew prints this error: ``` Error: undefined method `join' for nil:NilClass ``` because, in this code: ```ruby puts pinned_dependents.map do |f| "#{f.full_specified_name} #{f.pkg_version}" end.join(", ") ``` the block is passed to `puts` and not to `map`. `.join(",")` is called on the output of `puts`. (I think the regression was introduced in this commit: e12a7b08)
-
Steven Peters authored
FormulaInstaller: rescue already attempted install
-
Mike McQuaid authored
build: bump nokogiri from 1.10.5 to 1.10.7 in /Library/Homebrew
-
Mike McQuaid authored
build: bump mustache from 1.1.0 to 1.1.1 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.7. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.7 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
build: bump github-pages from 202 to 203 in /docs
-
dependabot-preview[bot] authored
Bumps [mustache](https://github.com/mustache/mustache) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/mustache/mustache/releases) - [Changelog](https://github.com/mustache/mustache/blob/master/HISTORY.md) - [Commits](https://github.com/mustache/mustache/compare/v1.1.0...v1.1.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 202 to 203. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v202...v203 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
.github/workflows/tests: run config, doctor.
-
- Dec 04, 2019
-
-
Mike McQuaid authored
This should help with debugging why the `brew bundle` tests are now failing.
-
Mike McQuaid authored
extract: semver aware
-
Steven Peters authored
-
- Dec 03, 2019
-
-
Figroc Chen authored
-
Mike McQuaid authored
Rename Formula#installed? to Formula#latest_version_installed?
-
Mike McQuaid authored
This naming has always been a bit weird and confusing so let's change it and provide a `compat` fallback for later deprecation.
-
Mike McQuaid authored
Update formatting of status messages
-
Mike McQuaid authored
Fixed "Project Leader" link
-
Pasta Ravioli authored
-
EricFromCanada authored
-
EricFromCanada authored
-
EricFromCanada authored
-
- Dec 02, 2019
-
-
Mike McQuaid authored
os/mac/xcode: add additional CLT download link.
-
Mike McQuaid authored
Sadly Apple don't seem to be providing these reliably. Fixes #6796
-
Mike McQuaid authored
build: bump zeitwerk from 2.2.1 to 2.2.2 in /Library/Homebrew
-
Mike McQuaid authored
-
Mike McQuaid authored
README: Remove Patreon badge for consistency amongst donation methods
-
dependabot-preview[bot] authored
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/fxn/zeitwerk/releases) - [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md) - [Commits](https://github.com/fxn/zeitwerk/compare/v2.2.1...v2.2.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Issy Long authored
- We don't have a badge for other donation methods - this looked slightly out of place.
-
- Dec 01, 2019
-
-
Mike McQuaid authored
Fix `brew cask style`.
-
Mike McQuaid authored
This verifies the cask configuration hasn't been broken.
-
Mike McQuaid authored
Broken since a RuboCop update.
-
Mike McQuaid authored
These sometimes display useful RuboCop deprecations.
-
- Nov 29, 2019
-
-
Mike McQuaid authored
Issues: add section for brew config & doctor output
-
Mike McQuaid authored
workflows/apidoc: try to rebase before pushing.
-