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 .
- Apr 30, 2020
-
-
dependabot-preview[bot] authored
Bumps [rb-fsevent](https://github.com/thibaudgg/rb-fsevent) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/thibaudgg/rb-fsevent/releases) - [Commits](https://github.com/thibaudgg/rb-fsevent/compare/0.10.3...v0.10.4 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
build(deps): bump parser from 2.7.1.1 to 2.7.1.2 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [parser](https://github.com/whitequark/parser) from 2.7.1.1 to 2.7.1.2. - [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.1...v2.7.1.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Apr 29, 2020
-
-
Mike McQuaid authored
Add JSON support for brew cask outdated, fixes #7432
-
Frank Lam authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
[fix] Improve shell detection in shellenv
-
Mike McQuaid authored
formula: disable! deprecates before disable date.
-
Mike McQuaid authored
This makes more sense to me; if we expect a formula will be disabled at a given point in the future then we should deprecate it immediately.
-
Niklas Herder authored
$SHELL is set to only the binary name in some environments (e.g. fish, not /usr/bin/fish), causing detection of fish/csh/tsch to fail without this change.
-
- Apr 28, 2020
-
-
Mike McQuaid authored
completions/bash: complete names of commands
-
Mike McQuaid authored
dev-cmd/mirror: use Bintray wrapper
-
Frank Lam authored
-
EricFromCanada authored
-
Alexander Bayandin authored
-
Alexander Bayandin authored
-
- Apr 27, 2020
-
-
Mike McQuaid authored
Cask loader: add missing canonicalisation
-
Mike McQuaid authored
os/mac/pkgconfig: add expat.pc
-
Claudia authored
This commit fixes the PR #7417 bug. The call to `canonicalize` needs to wrap `DEFAULT_DIRS`, not the other way around. This was mixed up in PR #7417 due to an oversight.
-
Bo Anderson authored
-
Claudia authored
This commit fixes a flaw in the Cask test helper, causing the broken `Cask::Config` test to actually fail. The flaw occurred while patching the `Cask::Config::DEFAULT_DIRS` hash. While the original hash uses strings as values, the patched one used `Pathname` values, masking a broken `Cask::Config::from_json` test. Now the broken test fails like it should.
-
Claudia authored
This commit adds a broken test, which is meant to expose a flaw in the constructor of `Cask::Config`. That (broken) test still passes because there’s also a flaw in our test helper code. The helper flaw happens to neutralize the `Cask::Config` flaw.
-
Claudia authored
Previously, the JSON-based cask config loader was untested. This commit changes the interface to accept a string, making the loader easier to test. The commit also adds a test.
-
Mike McQuaid authored
workflows/tests: cache RubyGems.
-
Mike McQuaid authored
This should save about a minute for each CI run.
-
Bo Anderson authored
os/mac/pkgconfig: add ncurses.pc & ncursesw.pc
-
Mike McQuaid authored
os/mac/pkgconfig: add libedit.pc
-
Mike McQuaid authored
os/mac/pkgconfig: add libffi.pc
-
Mike McQuaid authored
Fix cask loading after adding an artifact type
-
Mike McQuaid authored
bump-revision: re-apply proper fix for handling stable block
-
Mike McQuaid authored
cmd/list: fix Hombrew typo
-
Mike McQuaid authored
Merge pull request #7447 from Homebrew/dependabot/bundler/Library/Homebrew/mime-types-data-3.2020.0425 build(deps): bump mime-types-data from 3.2019.1009 to 3.2020.0425 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2019.1009 to 3.2020.0425. - [Release notes](https://github.com/mime-types/mime-types-data/releases) - [Changelog](https://github.com/mime-types/mime-types-data/blob/master/History.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2019.1009...v3.2020.0425 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Bo Anderson authored
-
Bo Anderson authored
-
Bo Anderson authored
-
Bo Anderson authored
-
- Apr 26, 2020
-
-
EricFromCanada authored
-
Alexander Bayandin authored
This reverts commit a7fdc704, reversing changes made to bfa175d1.
-
Frank Lam authored
-
Mike McQuaid authored
ARGV: Deprecate ARGV.build_bottle? and replace with Homebrew.args.build_bottle
-