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 .
- Aug 10, 2020
-
-
dependabot-preview[bot] authored
Bumps [rdiscount](https://github.com/davidfstr/rdiscount) from 2.2.0.1 to 2.2.0.2. - [Release notes](https://github.com/davidfstr/rdiscount/releases) - [Changelog](https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md) - [Commits](https://github.com/davidfstr/rdiscount/compare/2.2.0.1...2.2.0.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Markus Reiter authored
Add `language` stanza to cask rubocops
-
Waldir Pimenta authored
Also fix the corresponding test
-
Markus Reiter authored
Fix order and grouping of cask stanzas
-
Markus Reiter authored
Move `cask/all` to just `cask`.
-
Markus Reiter authored
Actually run `brew cask style` on all taps.
-
Waldir Pimenta authored
- Put `desc` stanza after the `name` stanza - Add missing `vst3_plugin` stanza to the group containing `vst_plugin`
-
Markus Reiter authored
-
- Aug 09, 2020
-
-
Issy Long authored
Gemfile: drop sorbet environment
-
Markus Reiter authored
-
Markus Reiter authored
Add a `desc` stanza to the cask DSL
-
Markus Reiter authored
-
Waldir Pimenta authored
The extracted module will be used for Cask descs as well. Co-authored-by:
Markus Reiter <me@reitermark.us>
-
Waldir Pimenta authored
-
Waldir Pimenta authored
-
vidusheeamoli authored
-
- Aug 08, 2020
-
-
Jonathan Chang authored
build(deps-dev): bump github-pages from 206 to 207 in /docs
-
William Woodruff authored
keep BUNDLER_VERSION in sync with Gemfile.lock
-
rmnull authored
-
Bo Anderson authored
bin/brew: allow GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED.
-
Mike McQuaid authored
Otherwise test-bot will not behave as expected.
-
- Aug 07, 2020
-
-
Seeker authored
bump-formula-pr, utils/pypi: tweak log messages
-
dependabot-preview[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 206 to 207. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v206...v207 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Claudia Pellegrino authored
cask/dsl/base: fix undefined method `method_missing_message'
-
Sam Ford authored
Add strategy to livecheck DSL
-
Mike McQuaid authored
bin/brew: only export CI if not set.
-
Mike McQuaid authored
Also: GitHub Actions already sets it.
-
Bo Anderson authored
-
Mike McQuaid authored
build(deps): bump codecov from 0.2.3 to 0.2.5 in /Library/Homebrew
-
Mike McQuaid authored
cmd/upgrade: fix cask/formula args (again).
-
Mike McQuaid authored
utils: add SPDX module
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-ruby) from 0.2.3 to 0.2.5. - [Release notes](https://github.com/codecov/codecov-ruby/releases) - [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.3...v0.2.5 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
Fix --formula and --cask flags.
-
Mike McQuaid authored
These were all made `--formulae` and `--casks` for consistency but that doesn't behave as expected because they have special behaviours in `args`. Instead, use the singular form everywhere.
-
Mike McQuaid authored
Fix “wrong number of arguments” error
-
Mike McQuaid authored
Cleanup more GitHub Actions usage
-
Claudia authored
This commit fixes an error introduced in 6c964d4a, which would surface on certain install/reinstall/upgrade failures. Example: ``` ==> Patching patching file default_out.txt Hunk #2 FAILED at 11. 1 out of 2 hunks FAILED -- saving rejects to file default_out.txt.rej Error: wrong number of arguments (given 3, expected 2) /usr/local/Homebrew/Library/Homebrew/reinstall.rb:77:in `restore_backup' /usr/local/Homebrew/Library/Homebrew/reinstall.rb:52:in `block in reinstall_formula' /usr/local/Homebrew/Library/Homebrew/utils.rb:377:in `ignore_interrupts' /usr/local/Homebrew/Library/Homebrew/reinstall.rb:52:in `rescue in reinstall_formula' /usr/local/Homebrew/Library/Homebrew/reinstall.rb:10:in `reinstall_formula' /usr/local/Homebrew/Library/Homebrew/cmd/reinstall.rb:71:in `block in reinstall' /usr/local/Homebrew/Library/Homebrew/cmd/reinstall.rb:65:in `each' /usr/local/Homebrew/Library/Homebrew/cmd/reinstall.rb:65:in `reinstall' /usr/local/Homebrew/Library/Homebrew/brew.rb:112:in `<main>' ```
-
Markus Reiter authored
Remove usages of `Homebrew.args.verbose?` and `Homebrew.args.debug?`.
-