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 .
- Feb 02, 2020
-
-
Gautham Goli authored
-
- Feb 01, 2020
-
-
Mike McQuaid authored
build: bump parallel_tests from 2.30.1 to 2.31.0 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.30.1 to 2.31.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.30.1...v2.31.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jan 29, 2020
-
-
Mike McQuaid authored
rubocop/lines: add whitelist.
-
Mike McQuaid authored
Let's only allow cryto or libraries.
-
Mike McQuaid authored
whitelist asymptote
-
Ryan S. Elliott authored
-
- Jan 28, 2020
-
-
Issy Long authored
[Linux] docs: `brew bump-formula-pr` now removes the Linux bottle line
-
-
- Jan 27, 2020
-
-
Mike McQuaid authored
bottle: Elide root_url only if it is the default
-
Shaun Jackman authored
Elide root_url only if it is precisely equal to the default root_url. Eliding root_url when a prefix matches the default also elides a custom root_url such as https://linuxbrew.bintray.com/bottles-bio.
-
Mike McQuaid authored
doctor: remove DYLD checks
-
Mike McQuaid authored
Dockerfile: install 'netbase' apt package
-
- Jan 26, 2020
-
-
Dawid Dziurla authored
-
Xiao Di Guan authored
-
Mike McQuaid authored
build: bump rubyzip from 2.0.0 to 2.1.0 in /docs
-
dependabot-preview[bot] authored
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v2.0.0...v2.1.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jan 25, 2020
-
-
Mike McQuaid authored
build: bump github-pages from 203 to 204 in /docs
-
dependabot-preview[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 203 to 204. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v203...v204 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jan 21, 2020
-
-
Mike McQuaid authored
build: bump html-proofer from 3.15.0 to 3.15.1 in /docs
-
dependabot-preview[bot] authored
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.15.0...v3.15.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jan 20, 2020
-
-
Mike McQuaid authored
system_config: ignore HOMEBREW_*_GIT_REMOTE.
-
- Jan 19, 2020
-
-
Issy Long authored
bump-formula-pr: delete linux sha256 line if required
-
- Jan 18, 2020
-
-
Dawid Dziurla authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
These aren't interesting enough to show in `brew config` as they duplicate other data already displayed.
-
- Jan 17, 2020
-
-
Mike McQuaid authored
Merge pull request #6943 from Homebrew/dependabot/bundler/Library/Homebrew/unicode-display_width-1.6.1 build: bump unicode-display_width from 1.6.0 to 1.6.1 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/janlelis/unicode-display_width/releases) - [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.6.0...v1.6.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
build: bump unicode-display_width from 1.6.0 to 1.6.1 in /docs
-
Mike McQuaid authored
cleanup: fix portable ruby bundler removal.
-
dependabot-preview[bot] authored
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/janlelis/unicode-display_width/releases) - [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.6.0...v1.6.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
Need to ensure portable rubies are removed last and pass more paramaters to git clean.
-
- Jan 16, 2020
-
-
Roger Hu authored
Catalina upgrades causes Homebrew to break when you run brew cleanup. Catalina has Ruby 2.6 installed, so the portable Ruby version is not needed. If you have /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby (for older OS X versions), then the cleanup tool will nuke everything in usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby. You will need to brew update-reset to get back the old packages.
-
Jonathan Chang authored
audit: add uses_from_macos dependency ordering
-
- Jan 15, 2020
-
-
Gautham Goli authored
ARGV: Replaces usages of ARGV.force? with Homebrew.args.force?
-
Gautham Goli authored
-
Mike McQuaid authored
dev-cmd/bottle: run `sudo --purge` non-interactively.
-
Mike McQuaid authored
This should avoid hanging if permissions are not granted.
-
Mike McQuaid authored
build: bump parallel_tests from 2.30.0 to 2.30.1 in /Library/Homebrew
-
Mike McQuaid authored
build: bump ffi from 1.11.3 to 1.12.1 in /docs
-
Issy Long authored
cmd/gist-logs: Fix bug with parsing of command-line arguments
-