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 30, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Dec 29, 2016
-
-
Mike McQuaid authored
tap_migrations: support renaming to/from casks.
-
Mike McQuaid authored
Add Kaby Lake to Linux hardware list
-
Mike McQuaid authored
formula: don't expand unused optional dependencies
-
Mike McQuaid authored
keg: installed dependencies of unknown formulae
-
Mike McQuaid authored
Allow `tap_migrations` entries to have a `user/repo/formula` or `user/repo/cask` format for migration of formulae to/from casks.
-
Mike McQuaid authored
formula_installer: prevent version mismatched deps
-
Mike McQuaid authored
audit: don't allow openssl & libressl dependency.
-
Mike McQuaid authored
Don't drop .rb suffix for formula names
-
Mike McQuaid authored
Correct location of taps (doc)
-
Mike McQuaid authored
Formulae should not depend on both OpenSSL and LibreSSL (even optionally). This is to avoid descending into madness where every formulae that could use LibreSSL has to have option and switching logic. Homebrew has standardised on OpenSSL and will do so everywhere that LibreSSL is not a hard requirement.
-
- Dec 28, 2016
-
-
Andrew Janke authored
brew deps: support --full-name in --installed, --all, and --tree modes
-
Andrew Janke authored
-
Alyssa Ross authored
Because of an accidental use of `=` instead of `==`, the source formula check would be skipped when determining if a keg depended on another one (so only the versions would be compared). Fixed that comparison, and updated the corresponding test. Glad I caught that!
-
Andrew McKinlay authored
-
Alyssa Ross authored
Previously, trying to resolve the dependencies of a keg would raise an exception if the formulae for any of the dependencies could not be found (e.g. if it had been moved to another tap). This commit updates the dependency finding logic to catch these exceptions, and fall back to comparing names and taps of formulae, which should give the correct behaviour. Fixes #1586.
-
Alyssa Ross authored
see #1526
-
- Dec 27, 2016
-
-
Uladzislau Shablinski authored
Fixes #1718
-
- Dec 26, 2016
-
-
Mike McQuaid authored
diagnostic: check for bad tap files.
-
- Dec 24, 2016
-
-
Alyssa Ross authored
-
Alyssa Ross authored
This properly addresses Homebrew/homebrew-core#7826.
-
Mike McQuaid authored
create: remove :x11 dep from new formula template
-
Mike McQuaid authored
bump-formula-pr: fix removal of old mirrors
-
Mike McQuaid authored
brew create: add meson support
-
Mike McQuaid authored
Updated homepage 404 check to use explicit parameters and return the …
-
- Dec 23, 2016
-
-
Alyssa Ross authored
This reverts commit 862c3ba4.
-
Zhiming Wang authored
-
- Dec 22, 2016
-
-
Zhiming Wang authored
Previously, old mirrors are only removed if the requested spec is stable, and if the mirror lines only have two leading spaces. This leads to stale mirror line(s) when the formula a stable block like stable do url "http://example.com/v1.0.tar.gz" mirror "http://example.net/v1.0.tar.gz" end where the mirror line is lead by four spaces. In this commit, we discard the /(^ mirror .*\n)?/ pattern, and instead create a pattern with the exact url and flexible leading spaces for each mirror of the requested spec.
-
- Dec 20, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
audit: handle a nil revision map.
-
Mike McQuaid authored
Deprecate 32-bit options.
-
Mike McQuaid authored
Remove Xcode prerelease warnings.
-
Mike McQuaid authored
These were formerly supported but as it has been a very long time since 32-bit software was necessary on macOS these have been deprecated with a `brew audit` warning and a future `odeprecated`.
-
Mike McQuaid authored
update-reset: add new command.
-
Mike McQuaid authored
postinstall: don't allow writes to prefix itself.
-