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 14, 2019
-
-
dependabot-preview[bot] authored
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.14.1 to 3.15.0. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.14.1...v3.15.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Dec 12, 2019
-
-
Mike McQuaid authored
build: bump json from 2.2.0 to 2.3.0 in /Library/Homebrew
-
- Dec 11, 2019
-
-
dependabot-preview[bot] authored
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
os/mac/xcode: bump Xcode/CLT versions (and cleanup)
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
We never care about it and it's not relevant anywhere except 10.14.
-
Mike McQuaid authored
-
Mike McQuaid authored
argv: move formulae to cli/args
-
Gautham Goli authored
-
Gautham Goli authored
-
Gautham Goli authored
-
Mike McQuaid authored
formula: handle missing runtime dependency formulae.
-
Mike McQuaid authored
This is most likely an old formula with bad dependency data so output the path so it can be uninstalled.
-
Mike McQuaid authored
cmd/leaves: handle missing formula.
-
- Dec 10, 2019
-
-
Mike McQuaid authored
Use `runtime_formula_dependencies` which does this for us. Fixes #6827.
-
Mike McQuaid authored
build: bump parallel_tests from 2.29.2 to 2.30.0 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.29.2 to 2.30.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.29.2...v2.30.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
docs/Homebrew-on-Linux: update Twitter.
-
- Dec 09, 2019
-
-
Mike McQuaid authored
-
Markus Reiter authored
cask version MAJOR_MINOR_PATCH_REGEX: allow any word character instead of only digits
-
- Dec 07, 2019
-
-
Vítor Galvão authored
-
Mike McQuaid authored
Fix `bump-formula-pr` on a file with no tap
-
Mike McQuaid authored
-
Fred Emmott authored
fixes #6821
-
- 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.
-