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 29, 2020
-
-
Mike McQuaid authored
build(deps): bump html-pipeline from 2.12.3 to 2.13.0 in /docs
-
dependabot-preview[bot] authored
Bumps [html-pipeline](https://github.com/jch/html-pipeline) from 2.12.3 to 2.13.0. - [Release notes](https://github.com/jch/html-pipeline/releases) - [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md) - [Commits](https://github.com/jch/html-pipeline/compare/v2.12.3...v2.13.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- May 28, 2020
-
-
Sean Molenaar authored
Only search pull requests for artifacts
-
Sean Molenaar authored
-
Sean Molenaar authored
Clarify what entails a versioned formula
-
Mike McQuaid authored
Instructions to install patchelf, when development tools cant locate …
-
rmnull authored
-
- May 27, 2020
-
-
Mike McQuaid authored
utils/ruby.sh: search PATH for Ruby on Linux. update.sh: keep HOMEBREW_RUBY_PATH set.
-
Sean Molenaar authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
caveats: add an unsigned_accessibility caveat message
-
Mike McQuaid authored
build(deps): bump parser from 2.7.1.2 to 2.7.1.3 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [parser](https://github.com/whitequark/parser) from 2.7.1.2 to 2.7.1.3. - [Release notes](https://github.com/whitequark/parser/releases) - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v2.7.1.2...v2.7.1.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Gibson Fahnestock authored
This is useful for applications that are not signed by the developer and require Accessibility access. Because the app is not signed, macOS only authorizes the current binary, and so when it is updated (and the binary changes) the new version is unsigned, despite the app still showing as ticked in System Preferences. The user has to manually untick and retick the app each time. The ideal fix is for the developer to sign their app, but not all developers are willing to pay for this, so the best we can do is to advise users of the workaround/solution. Refs: https://github.com/Homebrew/homebrew-cask/pull/83157
-
Sean Molenaar authored
-
- May 26, 2020
-
-
Sean Molenaar authored
Add notability checks for casks
-
Sean Molenaar authored
-
Mike McQuaid authored
Dockerfile: Unset gc.auto and homebrew.devcmdrun
-
Mike McQuaid authored
build(deps-dev): bump github-pages from 204 to 206 in /docs
-
Shaun Jackman authored
-
dependabot-preview[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 204 to 206. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v204...v206 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
fix undefined variable interpolation in tcsh
-
April Arcus authored
-
- May 25, 2020
-
-
Issy Long authored
audit: Fix Regexp for stripping `.git` from repo URLs
-
Issy Long authored
``` ➜ brew audit --online --new-formula --verbose turbogit turbogit: * GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars) * GitHub repository too new (<30 days old) Error: undefined local variable or method `created_pr_comment' for Homebrew:Module /usr/local/Homebrew/Library/Homebrew/dev-cmd/audit.rb:148:in `audit' /usr/local/Homebrew/Library/Homebrew/brew.rb:110:in `<main>' ``` - This was removed in 4f75a77b. We can't post PR comments from GitHub Actions CI from forks.
-
Issy Long authored
- [For a formula named turbogit](https://github.com/Homebrew/homebrew-core/pull/55208), we didn't see any of the notability checks fail CI. - The repo name was getting truncated to `turb`, which didn't exist, so the audit didn't return anything for this check. - The Regexp to strip `.git` from the end of was not escaping the `.`, so it would match anything ending in `git`, not a literal `.git`.
-
Mike McQuaid authored
livecheck: modified urls cop
-
- May 24, 2020
-
-
nandahkrishna authored
-
Mike McQuaid authored
Remove HomebrewArgvExtension
-
Mike McQuaid authored
Fixes #5730
-
Michka Popoff authored
cmd/info: fix missing formula reference.
-
- May 23, 2020
-
-
Mike McQuaid authored
Fixes #7639
-
Mike McQuaid authored
Remove ARGV.debug?
-
Mike McQuaid authored
Replace with `Homebrew.args.debug?`. Part of #5730.
-
Mike McQuaid authored
Update deprecations
-
Mike McQuaid authored
Remove ARGV.env
-
Mike McQuaid authored
-
Mike McQuaid authored
ARGV: Deprecate ARGV.cc and replace with Homebrew.args.cc
-
Mike McQuaid authored
formula_installer: prelude before fetch.
-
Mike McQuaid authored
Replace with `Homebrew.args.env`. Part of #5730.
-
Mike McQuaid authored
-